Stabilize unsafe extern blocks (RFC 3484)
This commit is contained in:
parent
20f23abbec
commit
8366c7fe9c
41 changed files with 85 additions and 163 deletions
|
@ -628,8 +628,6 @@ declare_features! (
|
|||
(incomplete, unnamed_fields, "1.74.0", Some(49804)),
|
||||
/// Allows unsafe attributes.
|
||||
(unstable, unsafe_attributes, "1.80.0", Some(123757)),
|
||||
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
|
||||
(unstable, unsafe_extern_blocks, "1.80.0", Some(123743)),
|
||||
/// Allows const generic parameters to be defined with types that
|
||||
/// are not `Sized`, e.g. `fn foo<const N: [u8]>() {`.
|
||||
(incomplete, unsized_const_params, "CURRENT_RUSTC_VERSION", Some(95174)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue