1
Fork 0

move 'trait bounds on const fn' to separate feature gate

This commit is contained in:
Ralf Jung 2021-04-18 18:36:41 +02:00
parent 6765010495
commit fdad6ab3a3
14 changed files with 44 additions and 31 deletions

View file

@ -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),