Skip to content

Commit 7b7bdc0

Browse files
camelidcuviper
authored andcommitted
Fix stabilization version for bindings_after_at
According to the release notes and its PR milestone, it was stabilized in 1.56.0. (cherry picked from commit 6189d0a)
1 parent ff54f71 commit 7b7bdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/accepted.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ declare_features! (
289289
(accepted, member_constraints, "1.54.0", Some(61997), None),
290290
/// Allows bindings in the subpattern of a binding pattern.
291291
/// For example, you can write `x @ Some(y)`.
292-
(accepted, bindings_after_at, "1.54.0", Some(65490), None),
292+
(accepted, bindings_after_at, "1.56.0", Some(65490), None),
293293
/// Allows calling `transmute` in const fn
294294
(accepted, const_fn_transmute, "1.56.0", Some(53605), None),
295295
/// Allows accessing fields of unions inside `const` functions.

0 commit comments

Comments
 (0)