New features gates mustn't specify a version by hand
This commit is contained in:
parent
35f6b7b97a
commit
e09815f0ef
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ declare_features! (
|
||||||
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
|
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
|
||||||
(incomplete, ref_pat_eat_one_layer_2024, "1.79.0", Some(123076)),
|
(incomplete, ref_pat_eat_one_layer_2024, "1.79.0", Some(123076)),
|
||||||
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
|
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
|
||||||
(incomplete, ref_pat_eat_one_layer_2024_structural, "1.79.0", Some(123076)),
|
(incomplete, ref_pat_eat_one_layer_2024_structural, "CURRENT_RUSTC_VERSION", Some(123076)),
|
||||||
/// Allows using the `#[register_tool]` attribute.
|
/// Allows using the `#[register_tool]` attribute.
|
||||||
(unstable, register_tool, "1.41.0", Some(66079)),
|
(unstable, register_tool, "1.41.0", Some(66079)),
|
||||||
/// Allows the `#[repr(i128)]` attribute for enums.
|
/// Allows the `#[repr(i128)]` attribute for enums.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue