Stabilized #[repr(align(x))] attribute (RFC 1358)
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user