move 'trait bounds on const fn' to separate feature gate
This commit is contained in:
parent
6765010495
commit
fdad6ab3a3
14 changed files with 44 additions and 31 deletions
|
@ -576,6 +576,9 @@ declare_features! (
|
|||
/// Allows using and casting function pointers in a `const fn`.
|
||||
(active, const_fn_fn_ptr_basics, "1.48.0", Some(57563), None),
|
||||
|
||||
/// Allows trait bounds in `const fn`.
|
||||
(active, const_fn_trait_bound, "1.53.0", Some(57563), None),
|
||||
|
||||
/// Allows to use the `#[cmse_nonsecure_entry]` attribute.
|
||||
(active, cmse_nonsecure_entry, "1.48.0", Some(75835), None),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue