]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/accepted.rs
Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514
[rust.git] / compiler / rustc_feature / src / accepted.rs
index 4401ec0a04ea57028ca516088f7d457dae8d88aa..aa54ffb132dc9686b73f00aeb3e90a695c380ce5 100644 (file)
@@ -273,6 +273,8 @@ macro_rules! declare_features {
     /// 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),
+    /// The smallest useful subset of `const_generics`.
+    (accepted, min_const_generics, "1.51.0", Some(74878), None),
 
     // -------------------------------------------------------------------------
     // feature-group-end: accepted features