Fix stabilization of feature(half_open_range_patterns)
This commit is contained in:
parent
691aeaad6c
commit
d17a69e453
1 changed files with 0 additions and 2 deletions
|
@ -412,8 +412,6 @@ declare_features! (
|
|||
(incomplete, generic_associated_types_extended, "1.61.0", Some(95451), None),
|
||||
/// Allows non-trivial generic constants which have to have wfness manually propagated to callers
|
||||
(incomplete, generic_const_exprs, "1.56.0", Some(76560), None),
|
||||
/// Allows using `..X`, `..=X`, `...X`, and `X..` as a pattern.
|
||||
(active, half_open_range_patterns, "1.41.0", Some(67264), None),
|
||||
/// Allows using `..=X` as a patterns in slices.
|
||||
(active, half_open_range_patterns_in_slices, "CURRENT_RUSTC_VERSION", Some(67264), None),
|
||||
/// Allows `if let` guard in match arms.
|
||||
|
|
Loading…
Add table
Reference in a new issue