add relaxed_struct_unsize
feature gate
This commit is contained in:
parent
50e394a05e
commit
031cce8cfc
6 changed files with 75 additions and 17 deletions
|
@ -631,6 +631,9 @@ declare_features! (
|
|||
|
||||
/// Allows `extern "C-cmse-nonsecure-call" fn()`.
|
||||
(active, abi_c_cmse_nonsecure_call, "1.51.0", Some(81391), None),
|
||||
|
||||
/// Lessens the requirements for structs to implement `Unsize`.
|
||||
(active, relaxed_struct_unsize, "1.51.0", Some(1), None),
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue