mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:17:05 +00:00
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
error: the SIMD type `simd::Simd<i32, 16>` has more elements than the limit 8
|
|
--> $DIR/simd-lane-limit-err.rs:9:9
|
|
|
|
|
LL | let _x: Simd<i32, 16> = Simd([0; 16]);
|
|
| ^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|