add guard_patterns unstable feature, without unstable book chapter for now
This commit is contained in:
@@ -504,6 +504,8 @@ declare_features! (
|
||||
(incomplete, generic_const_items, "1.73.0", Some(113521)),
|
||||
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
|
||||
(unstable, global_registration, "1.80.0", Some(125119)),
|
||||
/// Allows using guards in patterns.
|
||||
(incomplete, guard_patterns, "CURRENT_RUSTC_VERSION", Some(129967)),
|
||||
/// Allows using `..=X` as a patterns in slices.
|
||||
(unstable, half_open_range_patterns_in_slices, "1.66.0", Some(67264)),
|
||||
/// Allows `if let` guard in match arms.
|
||||
|
||||
Reference in New Issue
Block a user