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

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