add array tests, cleanup, tidy, and bless
This commit is contained in:
parent
e4593ef0f2
commit
07fe9882cc
10 changed files with 35 additions and 15 deletions
|
@ -182,7 +182,7 @@ declare_features! (
|
|||
(removed, unsafe_no_drop_flag, "1.0.0", None, None, None),
|
||||
/// Allows `union` fields that don't implement `Copy` as long as they don't have any drop glue.
|
||||
(removed, untagged_unions, "1.13.0", Some(55149), None,
|
||||
Some("unions with `Copy` and `MaybeUninit` fields are stable; there is no intent to stabilize more")),
|
||||
Some("unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more")),
|
||||
/// Allows `#[unwind(..)]`.
|
||||
///
|
||||
/// Permits specifying whether a function should permit unwinding or abort on unwind.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue