1
Fork 0

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)
This commit is contained in:
Robin Kruppe 2018-01-07 20:19:51 +01:00
parent 6828cf9014
commit 9e4a692e56
2 changed files with 3 additions and 12 deletions

View file

@ -296,7 +296,6 @@
#![feature(rand)]
#![feature(raw)]
#![feature(repr_align)]
#![feature(repr_simd)]
#![feature(rustc_attrs)]
#![feature(shared)]
#![feature(sip_hash_13)]