1
Fork 0

add relaxed_struct_unsize feature gate

This commit is contained in:
Bastian Kauschke 2021-02-03 23:56:47 +01:00
parent 50e394a05e
commit 031cce8cfc
6 changed files with 75 additions and 17 deletions

View file

@ -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
// -------------------------------------------------------------------------