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.
1 parent 1d5a32f commit 7b7b4a4Copy full SHA for 7b7b4a4
tests/ui/feature-gates/feature-gate-repr-scalable.rs
@@ -2,7 +2,7 @@
2
3
#[repr(simd, scalable(16))] //~ error: Scalable SIMD types are experimental
4
struct Foo {
5
- _ty: [i8; 0],
+ _ty: [i8],
6
}
7
8
fn main() {}
0 commit comments