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