Skip to content

Commit f1474c0

Browse files
committed
Rename #[rustc_object_lifetime_default] to #[rustc_dump_object_lifetime_defaults]
1 parent 6382ec0 commit f1474c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)