about summary refs log tree commit diff
path: root/tests/ui/simd/simd-lane-limit-err.stderr
blob: 3f2eaeda2d41501ac0b5c45d7a0188c05298ac71 (plain)
1
2
3
4
5
6
7
8
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