]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/simd-type.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / simd-type.rs
index 0893f943995267ea4ab5e9efef0ea8ce33347913..2883b80a25b9e39fc73eea490c8ed46c41761a13 100644 (file)
@@ -8,11 +8,12 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-fast feature doesn't work
 
-#[feature(simd)];
+// pretty-expanded FIXME #23616
 
-#[simd]
+#![feature(repr_simd)]
+
+#[repr(simd)]
 struct RGBA {
     r: f32,
     g: f32,