]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_feature/src/accepted.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_feature / src / accepted.rs
index aa54ffb132dc9686b73f00aeb3e90a695c380ce5..9902b6cc9e84209d436d8c77fa650380dd348c13 100644 (file)
@@ -272,9 +272,11 @@ declare_features! (
     (accepted, doc_alias, "1.48.0", Some(50146), None),
     /// Allows patterns with concurrent by-move and by-ref bindings.
     /// For example, you can write `Foo(a, ref b)` where `a` is by-move and `b` is by-ref.
-    (accepted, move_ref_pattern, "1.48.0", Some(68354), None),
+    (accepted, move_ref_pattern, "1.49.0", Some(68354), None),
     /// The smallest useful subset of `const_generics`.
     (accepted, min_const_generics, "1.51.0", Some(74878), None),
+    /// The `unsafe_op_in_unsafe_fn` lint (allowed by default): no longer treat an unsafe function as an unsafe block.
+    (accepted, unsafe_block_in_unsafe_fn, "1.51.0", Some(71668), None),
 
     // -------------------------------------------------------------------------
     // feature-group-end: accepted features