diff options
| author | yukang <moorekang@gmail.com> | 2022-08-23 17:02:40 +0800 |
|---|---|---|
| committer | yukang <moorekang@gmail.com> | 2022-08-23 17:02:40 +0800 |
| commit | 351acc87f57d05847e95b1863a9c5c7e953e162c (patch) | |
| tree | e778ab44ad85c2692465c8cf47b92d7849c2d7a9 /compiler/rustc_span/src | |
| parent | 38528d4dc0a0c079069764f23f11ef9f4fba2f95 (diff) | |
| download | rust-351acc87f57d05847e95b1863a9c5c7e953e162c.tar.gz rust-351acc87f57d05847e95b1863a9c5c7e953e162c.zip | |
parser will not give wrong help message for 'public'
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 156f53ac486..4fac74278de 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1118,6 +1118,7 @@ symbols! { ptr_offset_from_unsigned, pub_macro_rules, pub_restricted, + public, pure, pushpop_unsafe, qreg, |
