Skip to content

Commit 79ba48b

Browse files
committed
add tracking issue to guard_patterns feature
1 parent e966b83 commit 79ba48b

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

0 commit comments

Comments
 (0)