From b3000ec0cdb35b305bfe954db4b14ce32cbc255b Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 19 Feb 2021 12:47:53 -0300 Subject: [PATCH] Update pub_macro_rules since version --- compiler/rustc_feature/src/active.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 56f5c3b79bef..3f484ab56865 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