Stabilized #[repr(align(x))]
attribute (RFC 1358)
This commit is contained in:
parent
fdc18b3067
commit
651ea8ea44
14 changed files with 20 additions and 65 deletions
|
@ -296,7 +296,6 @@
|
|||
#![feature(ptr_internals)]
|
||||
#![feature(rand)]
|
||||
#![feature(raw)]
|
||||
#![feature(repr_align)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(sip_hash_13)]
|
||||
#![feature(slice_bytes)]
|
||||
|
@ -323,6 +322,7 @@
|
|||
#![feature(doc_spotlight)]
|
||||
#![cfg_attr(test, feature(update_panic_count))]
|
||||
#![cfg_attr(windows, feature(used))]
|
||||
#![cfg_attr(stage0, feature(repr_align))]
|
||||
|
||||
#![default_lib_allocator]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue