Skip to content

Commit 45a1586

Browse files
fmeaseJonathanBrouwer
authored andcommitted
Rename #[rustc_hidden_type_of_opaques] to #[rustc_dump_hidden_type_of_opaques]
1 parent 54a2651 commit 45a1586

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
@@ -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

0 commit comments

Comments
 (0)