@@ -87,9 +87,9 @@ declare_features! (
87
87
/// Allows calling constructor functions in `const fn`.
88
88
( accepted, const_constructor, "1.40.0" , Some ( 61456 ) , None ) ,
89
89
/// Allows using and casting function pointers in a `const fn`.
90
- ( accepted, const_fn_fn_ptr_basics, "1.60 .0" , Some ( 57563 ) , None ) ,
90
+ ( accepted, const_fn_fn_ptr_basics, "1.61 .0" , Some ( 57563 ) , None ) ,
91
91
/// Allows trait bounds in `const fn`.
92
- ( accepted, const_fn_trait_bound, "1.60 .0" , Some ( 93706 ) , None ) ,
92
+ ( accepted, const_fn_trait_bound, "1.61 .0" , Some ( 93706 ) , None ) ,
93
93
/// Allows calling `transmute` in const fn
94
94
( accepted, const_fn_transmute, "1.56.0" , Some ( 53605 ) , None ) ,
95
95
/// Allows accessing fields of unions inside `const` functions.
@@ -101,7 +101,7 @@ declare_features! (
101
101
/// Allows the use of `if` and `match` in constants.
102
102
( accepted, const_if_match, "1.46.0" , Some ( 49146 ) , None ) ,
103
103
/// Allows argument and return position `impl Trait` in a `const fn`.
104
- ( accepted, const_impl_trait, "1.60 .0" , Some ( 77463 ) , None ) ,
104
+ ( accepted, const_impl_trait, "1.61 .0" , Some ( 77463 ) , None ) ,
105
105
/// Allows indexing into constant arrays.
106
106
( accepted, const_indexing, "1.26.0" , Some ( 29947 ) , None ) ,
107
107
/// Allows let bindings, assignments and destructuring in `const` functions and constants.
0 commit comments