diff options
| author | Michael Goulet <michael@errs.io> | 2023-10-04 23:08:05 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-10-23 16:18:35 -0400 |
| commit | a387a3cf9d2a3f3f3b743ff3f2741a72708e1664 (patch) | |
| tree | 1be51958b865895a8e3d9dfb469ef56788dff867 /compiler/rustc_span/src | |
| parent | fd92bc6021423f144b8d6204a5ec7ac0cceeecc9 (diff) | |
| download | rust-a387a3cf9d2a3f3f3b743ff3f2741a72708e1664.tar.gz rust-a387a3cf9d2a3f3f3b743ff3f2741a72708e1664.zip | |
Let's see what those opaque types actually are
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 5b58cf8b6d6..38ae8f570e9 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1369,6 +1369,7 @@ symbols! { rustc_evaluate_where_clauses, rustc_expected_cgu_reuse, rustc_has_incoherent_inherent_impls, + rustc_hidden_type_of_opaques, rustc_host, rustc_if_this_changed, rustc_inherit_overflow_checks, |
