Skip to content

Commit 9148483

Browse files
committed
add tracking issue to guard_patterns feature
1 parent 40c6c24 commit 9148483

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

0 commit comments

Comments
 (0)