]> 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 4f38e060023675fcb922cc3d151497732c1537e6..3f484ab5686521b85a4fa06de0ce5e94a6fcf0c4 100644 (file)
@@ -634,6 +634,13 @@ pub fn set(&self, features: &mut Features, span: Span) {
 
     /// Lessens the requirements for structs to implement `Unsize`.
     (active, relaxed_struct_unsize, "1.51.0", Some(1), None),
+
+    /// 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
     // -------------------------------------------------------------------------