Skip to content

Commit 34622b8

Browse files
committed
add tracking issue to guard_patterns feature
1 parent f249095 commit 34622b8

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
@@ -494,7 +494,7 @@ declare_features! (
494494
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
495495
(unstable, global_registration, "1.80.0", Some(125119)),
496496
/// Allows using guards in patterns.
497-
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", None),
497+
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", Some(129967)),
498498
/// Allows using `..=X` as a patterns in slices.
499499
(unstable, half_open_range_patterns_in_slices, "1.66.0", Some(67264)),
500500
/// Allows `if let` guard in match arms.

0 commit comments

Comments
 (0)