We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[rustc_def_path]
#[rustc_dump_def_path]
1 parent 45a1586 commit 7506b17Copy full SHA for 7506b17
1 file changed
src/compiler-debugging.md
@@ -273,8 +273,8 @@ Here are some notable ones:
273
274
| Attribute | Description |
275
|----------------|-------------|
276
-| `rustc_def_path` | Dumps the [`def_path_str`] of an item. |
277
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
+| `rustc_dump_def_path` | Dumps the [`def_path_str`] of an item. |
278
| `rustc_dump_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
279
| `rustc_dump_inferred_outlives` | Dumps implied bounds of an item. More precisely, the [`inferred_outlives_of`] an item. |
280
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |
0 commit comments