]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/active.rs
Rollup merge of #82391 - RalfJung:miri-atomic-minmax, r=dtolnay
[rust.git] / compiler / rustc_feature / src / active.rs
index 2d0009c225c59e717b22154c6b2b2953b7057bd3..3f484ab5686521b85a4fa06de0ce5e94a6fcf0c4 100644 (file)
@@ -638,6 +638,9 @@ pub fn set(&self, features: &mut Features, span: Span) {
     /// 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),
+
     // -------------------------------------------------------------------------
     // feature-group-end: actual feature gates
     // -------------------------------------------------------------------------