about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-02-19 12:47:53 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-02-19 13:53:02 -0300
commitb3000ec0cdb35b305bfe954db4b14ce32cbc255b (patch)
treed7d6282d44c9c1ad8f1c514d20a7f418760f64cf
parent0fddc2f780b7d075797364386a77b5f2f3bf909b (diff)
downloadrust-b3000ec0cdb35b305bfe954db4b14ce32cbc255b.tar.gz
rust-b3000ec0cdb35b305bfe954db4b14ce32cbc255b.zip
Update pub_macro_rules since version
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 56f5c3b79be..3f484ab5686 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -639,7 +639,7 @@ declare_features! (
     (active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),
 
     /// Allows `pub` on `macro_rules` items.
-    (active, pub_macro_rules, "1.49.0", Some(78855), None),
+    (active, pub_macro_rules, "1.52.0", Some(78855), None),
 
     // -------------------------------------------------------------------------
     // feature-group-end: actual feature gates