From 0e4d2fd447602f8cc9cf2eb9851cdfddfbcd6f3d Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 31 Mar 2021 15:43:33 -0300 Subject: Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis" This reverts commit e2561c58a41023a14e0e583113dcf55e1ecb236a, reversing changes made to 2982ba50fc4bb629b8fe4108a81cb2f9b053510b. --- compiler/rustc_feature/src/active.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/rustc_feature') 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), -- cgit 1.4.1-3-g733a5