Skip to content

Commit 0cd4069

Browse files
Rework rustc_dump_vtable
1 parent 9cefcea commit 0cd4069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Here are some notable ones:
275275
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
276276
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |
277277
| `rustc_dump_predicates` | Dumps the [`predicates_of`] an item. |
278-
| `rustc_dump_vtable` | |
278+
| `rustc_dump_vtable` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
279279
| `rustc_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
280280
| `rustc_layout` | [See this section](#debugging-type-layouts). |
281281
| `rustc_object_lifetime_default` | Dumps the [object lifetime defaults] of an item. |

0 commit comments

Comments
 (0)