diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-04-02 10:54:29 -0500 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-04-02 10:57:54 -0500 |
| commit | 9d200f2d88600c685e4d2945308b5116c29849e7 (patch) | |
| tree | 735b95f91d257c03fb7fdb7970cad9186371ae75 /compiler/rustc_span/src | |
| parent | f37a4d55ee6a15a4d240de07a4a33766973866c7 (diff) | |
| download | rust-9d200f2d88600c685e4d2945308b5116c29849e7.tar.gz rust-9d200f2d88600c685e4d2945308b5116c29849e7.zip | |
Address review comments
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 1a20ed1caa3..1b407539d3c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -380,7 +380,6 @@ symbols! { alu32, always, and, - and_pat_everywhere, and_then, anon, anon_adt, @@ -1457,6 +1456,7 @@ symbols! { receiver, recursion_limit, reexport_test_harness_main, + ref_pat_everywhere, ref_unwind_safe_trait, reference, reflect, |
