Skip to content

Commit 117a98c

Browse files
authored
Rollup merge of #102883 - Urgau:fix-stabilization-half_open_range_patterns, r=lcnr
Fix stabilization of `feature(half_open_range_patterns)` Fixes https://github.com/rust-lang/rust/pull/102275/files#r991292215 by removing the relevant code that was [already partial moved](https://github.com/rust-lang/rust/pull/102275/files#diff-307e0d3a2037c11a3fa16822fbaa0fec08e57ac7d0d6e7354f6005c9482a9e26). cc `@Undin`
2 parents c763ebc + d17a69e commit 117a98c

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)