Skip to content

Commit 7506b17

Browse files
fmeaseJonathanBrouwer
authored andcommitted
Rename #[rustc_def_path] to #[rustc_dump_def_path]
1 parent 45a1586 commit 7506b17

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
@@ -273,8 +273,8 @@ Here are some notable ones:
273273

274274
| Attribute | Description |
275275
|----------------|-------------|
276-
| `rustc_def_path` | Dumps the [`def_path_str`] of an item. |
277276
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
277+
| `rustc_dump_def_path` | Dumps the [`def_path_str`] of an item. |
278278
| `rustc_dump_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
279279
| `rustc_dump_inferred_outlives` | Dumps implied bounds of an item. More precisely, the [`inferred_outlives_of`] an item. |
280280
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |

0 commit comments

Comments
 (0)