Skip to content

Commit e8a4515

Browse files
committed
add tracking issue to guard_patterns feature
1 parent 881afdf commit e8a4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ declare_features! (
502502
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
503503
(unstable, global_registration, "1.80.0", Some(125119)),
504504
/// Allows using guards in patterns.
505-
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", None),
505+
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", Some(129967)),
506506
/// Allows using `..=X` as a patterns in slices.
507507
(unstable, half_open_range_patterns_in_slices, "1.66.0", Some(67264)),
508508
/// Allows `if let` guard in match arms.

0 commit comments

Comments
 (0)