Skip to content

Commit 6189d0a

Browse files
committed
Fix stabilization version for bindings_after_at
According to the release notes and its PR milestone, it was stabilized in 1.56.0.
1 parent d7539a6 commit 6189d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_feature/src/accepted.rs

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

0 commit comments

Comments
 (0)