about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/active.rs
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-03-31 15:43:33 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-04-23 10:40:32 -0300
commit0e4d2fd447602f8cc9cf2eb9851cdfddfbcd6f3d (patch)
tree6e5549a1d04acb5a99655b1e6076d7e60c45379e /compiler/rustc_feature/src/active.rs
parent5f1aeb52c22e3784928765e34be6dc0d17a350b4 (diff)
downloadrust-0e4d2fd447602f8cc9cf2eb9851cdfddfbcd6f3d.tar.gz
rust-0e4d2fd447602f8cc9cf2eb9851cdfddfbcd6f3d.zip
Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"
This reverts commit e2561c58a41023a14e0e583113dcf55e1ecb236a, reversing
changes made to 2982ba50fc4bb629b8fe4108a81cb2f9b053510b.
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
-rw-r--r--compiler/rustc_feature/src/active.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index a410826d3fd..f9bc2e86618 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -624,9 +624,6 @@ declare_features! (
     /// Allows macro attributes to observe output of `#[derive]`.
     (active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),
 
-    /// Allows `pub` on `macro_rules` items.
-    (active, pub_macro_rules, "1.52.0", Some(78855), None),
-
     /// Allows the use of type alias impl trait in function return positions
     (active, min_type_alias_impl_trait, "1.52.0", Some(63063), None),