diff options
| author | bors <bors@rust-lang.org> | 2018-01-25 00:26:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-01-25 00:26:17 +0000 |
| commit | a0a9007f8d28234086f33c425bb996acd646bd14 (patch) | |
| tree | 59ea2149cf3162489b534869f2030d97000f1cae /src/test/codegen | |
| parent | a0dcecff90c45ad5d4eb60859e22bb3f1b03842a (diff) | |
| parent | 651ea8ea44d8ac8a02dc357412eb73f830057cae (diff) | |
| download | rust-a0a9007f8d28234086f33c425bb996acd646bd14.tar.gz rust-a0a9007f8d28234086f33c425bb996acd646bd14.zip | |
Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb
Stabilized `#[repr(align(x))]` attribute (RFC 1358) Stabilzed `#[repr(align(x))]` with attr_literal syntax as proposed by @eddyb https://github.com/rust-lang/rust/issues/33626#issuecomment-348467804
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/align-struct.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/codegen/align-struct.rs b/src/test/codegen/align-struct.rs index ab9f5dda3a1..155319cb154 100644 --- a/src/test/codegen/align-struct.rs +++ b/src/test/codegen/align-struct.rs @@ -13,9 +13,6 @@ #![crate_type = "lib"] -#![feature(attr_literals)] -#![feature(repr_align)] - #[repr(align(64))] pub struct Align64(i32); // CHECK: %Align64 = type { [0 x i32], i32, [15 x i32] } |
