1
Fork 0

Stabilized #[repr(align(x))] attribute (RFC 1358)

This commit is contained in:
Cameron Hart 2017-12-26 10:24:23 +11:00
parent fdc18b3067
commit 651ea8ea44
14 changed files with 20 additions and 65 deletions

View file

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