File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,12 +277,12 @@ Here are some notable ones:
277277| ` rustc_dump_def_parents ` | Dumps the chain of ` DefId ` parents of certain definitions. |
278278| ` rustc_dump_inferred_outlives ` | Dumps implied bounds of an item. More precisely, the [ ` inferred_outlives_of ` ] an item. |
279279| ` rustc_dump_item_bounds ` | Dumps the [ ` item_bounds ` ] of an item. |
280+ | ` rustc_dump_object_lifetime_defaults ` | Dumps the [ object lifetime defaults] of an item. |
280281| ` rustc_dump_predicates ` | Dumps the [ ` predicates_of ` ] an item. |
281282| ` rustc_dump_variances ` | Dumps the [ variances] of an item. |
282283| ` rustc_dump_vtable ` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
283284| ` rustc_hidden_type_of_opaques ` | Dumps the [ hidden type of each opaque types] [ opaq ] in the crate. |
284285| ` rustc_layout ` | [ See this section] ( #debugging-type-layouts ) . |
285- | ` rustc_object_lifetime_default ` | Dumps the [ object lifetime defaults] of an item. |
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