Skip to content

Commit b908905

Browse files
committed
changeded bindings_after_at from active to accepted
1 parent 751ddb7 commit b908905

File tree

2 files changed

+1
-1
lines changed

2 files 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-
(active, bindings_after_at, "1.54.0", Some(65490), None),
292+
(accepted, bindings_after_at, "1.54.0", Some(65490), None),
293293

294294
// -------------------------------------------------------------------------
295295
// feature-group-end: accepted features

src/etc/pre-commit.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)