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:
parent
6828cf9014
commit
9e4a692e56
2 changed files with 3 additions and 12 deletions
|
@ -296,7 +296,6 @@
|
|||
#![feature(rand)]
|
||||
#![feature(raw)]
|
||||
#![feature(repr_align)]
|
||||
#![feature(repr_simd)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(shared)]
|
||||
#![feature(sip_hash_13)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue