rust/tests/ui/simd/simd-lane-limit-err-npow2.stderr
2025-09-23 20:47:34 -04:00

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