diff options
| author | Robin Kruppe <robin.kruppe@gmail.com> | 2018-01-07 20:19:51 +0100 |
|---|---|---|
| committer | Robin Kruppe <robin.kruppe@gmail.com> | 2018-01-07 20:25:37 +0100 |
| commit | 9e4a692e5665737c080a451d6f6dba622dafb299 (patch) | |
| tree | eb08c46e23ccdd364887a727997fb2fd21d8cecd /src/libstd/lib.rs | |
| parent | 6828cf90146c7fefc4ba4f16dffe75f763f2d910 (diff) | |
| download | rust-9e4a692e5665737c080a451d6f6dba622dafb299.tar.gz rust-9e4a692e5665737c080a451d6f6dba622dafb299.zip | |
Replace empty array hack with repr(align)
As a side effect, this fixes the warning about repr(C, simd) that has been reported during x86_64 windows builds since #47111 (see also: #47103)
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 29ea87aaf78..3b79e0c4f82 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -296,7 +296,6 @@ #![feature(rand)] #![feature(raw)] #![feature(repr_align)] -#![feature(repr_simd)] #![feature(rustc_attrs)] #![feature(shared)] #![feature(sip_hash_13)] |
