Skip to content

Commit 2a02153

Browse files
fmeaseJonathanBrouwer
authored andcommitted
Rename #[rustc_symbol_name] to #[rustc_dump_symbol_name]
1 parent 7506b17 commit 2a02153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

289289
Right below you can find elaborate explainers on a selected few.
290290

0 commit comments

Comments
 (0)