diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-07-25 05:30:32 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-08-22 17:31:47 -0400 |
| commit | 0fcad9cd2986b7e33efde3f39c7f1cada28c3b99 (patch) | |
| tree | d7a0869141eb56d1130e809e520b5a537ee36c7e /src/librustc_span | |
| parent | cd24aee8e6dbbb394a58ab4c9871b66ee1ab17a6 (diff) | |
| download | rust-0fcad9cd2986b7e33efde3f39c7f1cada28c3b99.tar.gz rust-0fcad9cd2986b7e33efde3f39c7f1cada28c3b99.zip | |
Add backwards-compat hack for certain '$name' tokens
See issue #74616
Diffstat (limited to 'src/librustc_span')
| -rw-r--r-- | src/librustc_span/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc_span/symbol.rs b/src/librustc_span/symbol.rs index 3883d86520f..e8067ddc778 100644 --- a/src/librustc_span/symbol.rs +++ b/src/librustc_span/symbol.rs @@ -258,6 +258,7 @@ symbols! { arith_offset, arm_target_feature, array, + arrays, as_str, asm, assert, @@ -571,6 +572,7 @@ symbols! { ignore, impl_header_lifetime_elision, impl_lint_pass, + impl_macros, impl_trait_in_bindings, import_shadowing, in_band_lifetimes, |
