Skip to content

Commit b3000ec

Browse files
committed
Update pub_macro_rules since version
1 parent 0fddc2f commit b3000ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ declare_features! (
639639
(active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),
640640

641641
/// Allows `pub` on `macro_rules` items.
642-
(active, pub_macro_rules, "1.49.0", Some(78855), None),
642+
(active, pub_macro_rules, "1.52.0", Some(78855), None),
643643

644644
// -------------------------------------------------------------------------
645645
// feature-group-end: actual feature gates

0 commit comments

Comments
 (0)