diff options
| author | Frank King <frankking1729@gmail.com> | 2024-01-04 21:53:06 +0800 |
|---|---|---|
| committer | Frank King <frankking1729@gmail.com> | 2024-02-12 12:47:23 +0800 |
| commit | 879a1e571305a0fb35ef6cc4297f9230fca95be5 (patch) | |
| tree | 232e06c6b3eefcc81f10f825a430f04a7325c498 /compiler/rustc_span | |
| parent | 084ce5bdb5f7dc1c725f6770a8de281165ba3b0a (diff) | |
| download | rust-879a1e571305a0fb35ef6cc4297f9230fca95be5.tar.gz rust-879a1e571305a0fb35ef6cc4297f9230fca95be5.zip | |
Lower anonymous structs or unions to HIR
Diffstat (limited to 'compiler/rustc_span')
| -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 aa912c93c08..c2d02665ef5 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -382,6 +382,7 @@ symbols! { and, and_then, anon, + anon_adt, anonymous_lifetime_in_impl_trait, any, append_const_msg, |
