Skip to content

Commit

Permalink
changeded bindings_after_at from active to accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jun 4, 2021
1 parent 751ddb7 commit b908905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/accepted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ declare_features! (
(accepted, member_constraints, "1.54.0", Some(61997), None),
/// Allows bindings in the subpattern of a binding pattern.
/// For example, you can write `x @ Some(y)`.
(active, bindings_after_at, "1.54.0", Some(65490), None),
(accepted, bindings_after_at, "1.54.0", Some(65490), None),

// -------------------------------------------------------------------------
// feature-group-end: accepted features
Expand Down
Empty file modified src/etc/pre-commit.sh
100755 → 100644
Empty file.

0 comments on commit b908905

Please sign in to comment.