Skip to content

Commit d17a69e

Browse files
committed
Fix stabilization of feature(half_open_range_patterns)
1 parent 691aeaa commit d17a69e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_feature/src/active.rs

-2
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ declare_features! (
412412
(incomplete, generic_associated_types_extended, "1.61.0", Some(95451), None),
413413
/// Allows non-trivial generic constants which have to have wfness manually propagated to callers
414414
(incomplete, generic_const_exprs, "1.56.0", Some(76560), None),
415-
/// Allows using `..X`, `..=X`, `...X`, and `X..` as a pattern.
416-
(active, half_open_range_patterns, "1.41.0", Some(67264), None),
417415
/// Allows using `..=X` as a patterns in slices.
418416
(active, half_open_range_patterns_in_slices, "CURRENT_RUSTC_VERSION", Some(67264), None),
419417
/// Allows `if let` guard in match arms.

0 commit comments

Comments
 (0)