We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 197aa52 + bbed89b commit 61b9be7Copy full SHA for 61b9be7
src/librustc_typeck/diagnostics.rs
@@ -1002,18 +1002,18 @@ operate on.
1002
This will cause an error:
1003
1004
```compile_fail
1005
-#![feature(simd)]
+#![feature(repr_simd)]
1006
1007
-#[simd]
+#[repr(simd)]
1008
struct Bad;
1009
```
1010
1011
This will not:
1012
1013
1014
1015
1016
1017
struct Good(u32);
1018
1019
"##,
0 commit comments