1
Fork 0

separate feature flag for unsizing casts in const fn

This commit is contained in:
Ralf Jung 2021-04-18 19:02:33 +02:00
parent fdad6ab3a3
commit fbfaab2cb7
8 changed files with 33 additions and 43 deletions

View file

@ -579,6 +579,9 @@ declare_features! (
/// Allows trait bounds in `const fn`.
(active, const_fn_trait_bound, "1.53.0", Some(57563), None),
/// Allows unsizing coercions in `const fn`.
(active, const_fn_unsize, "1.53.0", Some(64992), None),
/// Allows to use the `#[cmse_nonsecure_entry]` attribute.
(active, cmse_nonsecure_entry, "1.48.0", Some(75835), None),