Set the correct tracking issue for pattern types
This commit is contained in:
parent
211518e5fb
commit
07310e21d4
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ declare_features! (
|
||||||
/// Set the maximum pattern complexity allowed (not limited by default).
|
/// Set the maximum pattern complexity allowed (not limited by default).
|
||||||
(internal, pattern_complexity, "1.78.0", None),
|
(internal, pattern_complexity, "1.78.0", None),
|
||||||
/// Allows using pattern types.
|
/// 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.
|
/// Allows using `#[prelude_import]` on glob `use` items.
|
||||||
(internal, prelude_import, "1.2.0", None),
|
(internal, prelude_import, "1.2.0", None),
|
||||||
/// Used to identify crates that contain the profiler runtime.
|
/// Used to identify crates that contain the profiler runtime.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue