update accepted feature gate
This commit is contained in:
parent
433e13279d
commit
59bf1f732f
@ -90,6 +90,8 @@ macro_rules! declare_features {
|
||||
(accepted, const_fn_union, "1.56.0", Some(51909), None),
|
||||
/// Allows unsizing coercions in `const fn`.
|
||||
(accepted, const_fn_unsize, "1.54.0", Some(64992), None),
|
||||
/// Allows const generics to have default values (e.g. `struct Foo<const N: usize = 3>(...);`).
|
||||
(accepted, const_generics_defaults, "1.59.0", Some(44580), None),
|
||||
/// Allows the use of `if` and `match` in constants.
|
||||
(accepted, const_if_match, "1.46.0", Some(49146), None),
|
||||
/// Allows indexing into constant arrays.
|
||||
@ -306,8 +308,6 @@ macro_rules! declare_features {
|
||||
(accepted, while_let, "1.0.0", None, None),
|
||||
/// Allows `#![windows_subsystem]`.
|
||||
(accepted, windows_subsystem, "1.18.0", Some(37499), None),
|
||||
/// Allows const generics to have default values (e.g. `struct Foo<const N: usize = 3>(...);`).
|
||||
(accepted, const_generics_defaults, "1.58.0", Some(44580), None),
|
||||
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
|
||||
// Features are listed in alphabetical order. Tidy will fail if you don't keep it this way.
|
||||
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
|
||||
|
Loading…
Reference in New Issue
Block a user