File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,14 +275,14 @@ Here are some notable ones:
275275| ----------------| -------------|
276276| ` rustc_def_path ` | Dumps the [ ` def_path_str ` ] of an item. |
277277| ` rustc_dump_def_parents ` | Dumps the chain of ` DefId ` parents of certain definitions. |
278+ | ` rustc_dump_hidden_type_of_opaques ` | Dumps the [ hidden type of each opaque types] [ opaq ] in the crate. |
278279| ` rustc_dump_inferred_outlives ` | Dumps implied bounds of an item. More precisely, the [ ` inferred_outlives_of ` ] an item. |
279280| ` rustc_dump_item_bounds ` | Dumps the [ ` item_bounds ` ] of an item. |
280281| ` rustc_dump_layout ` | [ See this section] ( #debugging-type-layouts ) . |
281282| ` rustc_dump_object_lifetime_defaults ` | Dumps the [ object lifetime defaults] of an item. |
282283| ` rustc_dump_predicates ` | Dumps the [ ` predicates_of ` ] an item. |
283284| ` rustc_dump_variances ` | Dumps the [ variances] of an item. |
284285| ` rustc_dump_vtable ` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
285- | ` rustc_hidden_type_of_opaques ` | Dumps the [ hidden type of each opaque types] [ opaq ] in the crate. |
286286| ` rustc_regions ` | Dumps NLL closure region requirements. |
287287| ` rustc_symbol_name ` | Dumps the mangled & demangled [ ` symbol_name ` ] of an item. |
288288
You can’t perform that action at this time.
0 commit comments