diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2021-04-23 10:53:34 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2021-04-23 10:58:07 -0300 |
| commit | 83767d97f0ac4e644340792dd7209bbcd9306647 (patch) | |
| tree | 0b2641dc0e102c8d515d5426c78423946c45fb83 /compiler/rustc_span/src | |
| parent | 0e4d2fd447602f8cc9cf2eb9851cdfddfbcd6f3d (diff) | |
| download | rust-83767d97f0ac4e644340792dd7209bbcd9306647.tar.gz rust-83767d97f0ac4e644340792dd7209bbcd9306647.zip | |
Add pub_macro_rules to the list of removed features
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 681206dfb6a..52270f0e627 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -903,6 +903,7 @@ symbols! { ptr_null, ptr_null_mut, ptr_offset_from, + pub_macro_rules, pub_restricted, pure, pushpop_unsafe, |
