mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 04:31:18 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
error: the SIMD type `simd::Simd<i32, 24>` has more elements than the limit 8
|
|
--> $DIR/simd-lane-limit-err-npow2.rs:10:9
|
|
|
|
|
LL | let _x: Simd<i32, 24> = Simd([0; 24]);
|
|
| ^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|