We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cefcea commit 0cd4069Copy full SHA for 0cd4069
src/compiler-debugging.md
@@ -275,7 +275,7 @@ Here are some notable ones:
275
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
276
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |
277
| `rustc_dump_predicates` | Dumps the [`predicates_of`] an item. |
278
-| `rustc_dump_vtable` | |
+| `rustc_dump_vtable` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
279
| `rustc_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
280
| `rustc_layout` | [See this section](#debugging-type-layouts). |
281
| `rustc_object_lifetime_default` | Dumps the [object lifetime defaults] of an item. |
0 commit comments