Skip to content

Commit 302bd85

Browse files
committed
add tracking issue to guard_patterns feature
1 parent c6f3c07 commit 302bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ declare_features! (
486486
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
487487
(unstable, global_registration, "1.80.0", Some(125119)),
488488
/// Allows using guards in patterns.
489-
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", None),
489+
(unstable, guard_patterns, "CURRENT_RUSTC_VERSION", Some(129967)),
490490
/// Allows using `..=X` as a patterns in slices.
491491
(unstable, half_open_range_patterns_in_slices, "1.66.0", Some(67264)),
492492
/// Allows `if let` guard in match arms.

0 commit comments

Comments
 (0)