Skip to content

Commit 1afbf3e

Browse files
committed
Bump stabilization version to 1.61.0
1 parent 8700b45 commit 1afbf3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_feature/src/accepted.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ declare_features! (
8787
/// Allows calling constructor functions in `const fn`.
8888
(accepted, const_constructor, "1.40.0", Some(61456), None),
8989
/// 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),
9191
/// 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),
9393
/// Allows calling `transmute` in const fn
9494
(accepted, const_fn_transmute, "1.56.0", Some(53605), None),
9595
/// Allows accessing fields of unions inside `const` functions.
@@ -101,7 +101,7 @@ declare_features! (
101101
/// Allows the use of `if` and `match` in constants.
102102
(accepted, const_if_match, "1.46.0", Some(49146), None),
103103
/// 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),
105105
/// Allows indexing into constant arrays.
106106
(accepted, const_indexing, "1.26.0", Some(29947), None),
107107
/// Allows let bindings, assignments and destructuring in `const` functions and constants.

0 commit comments

Comments
 (0)