Skip to content

Commit

Permalink
Update pub_macro_rules since version
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Feb 19, 2021
1 parent 0fddc2f commit b3000ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/active.rs
Expand Up @@ -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
Expand Down

0 comments on commit b3000ec

Please sign in to comment.