about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-04-08 20:53:05 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-04-08 20:53:05 +0000
commit07310e21d42fdbed374d0e76924fdbce1644bae7 (patch)
tree6245dd6fd54e70438315861533118c21a8756fff
parent211518e5fb1336de6a4aab45dc1c05f5d83ce856 (diff)
downloadrust-07310e21d42fdbed374d0e76924fdbce1644bae7.tar.gz
rust-07310e21d42fdbed374d0e76924fdbce1644bae7.zip
Set the correct tracking issue for pattern types
-rw-r--r--compiler/rustc_feature/src/unstable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs
index 129ce1d3109..e6b19817de3 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -216,7 +216,7 @@ declare_features! (
     /// Set the maximum pattern complexity allowed (not limited by default).
     (internal, pattern_complexity, "1.78.0", None),
     /// Allows using pattern types.
-    (internal, pattern_types, "CURRENT_RUSTC_VERSION", Some(54882)),
+    (internal, pattern_types, "CURRENT_RUSTC_VERSION", Some(123646)),
     /// Allows using `#[prelude_import]` on glob `use` items.
     (internal, prelude_import, "1.2.0", None),
     /// Used to identify crates that contain the profiler runtime.