File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,10 +281,10 @@ Here are some notable ones:
281281| ` rustc_dump_layout ` | [ See this section] ( #debugging-type-layouts ) . |
282282| ` rustc_dump_object_lifetime_defaults ` | Dumps the [ object lifetime defaults] of an item. |
283283| ` rustc_dump_predicates ` | Dumps the [ ` predicates_of ` ] an item. |
284+ | ` rustc_dump_symbol_name ` | Dumps the mangled & demangled [ ` symbol_name ` ] of an item. |
284285| ` rustc_dump_variances ` | Dumps the [ variances] of an item. |
285286| ` rustc_dump_vtable ` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
286287| ` rustc_regions ` | Dumps NLL closure region requirements. |
287- | ` rustc_symbol_name ` | Dumps the mangled & demangled [ ` symbol_name ` ] of an item. |
288288
289289Right below you can find elaborate explainers on a selected few.
290290
You can’t perform that action at this time.
0 commit comments