about summary refs log tree commit diff
path: root/tests/ui/simd/monomorphize-zero-length.stderr
blob: 66f26d95c9d9769b0576af1077d8fd9cf3cda38f (plain)
1
2
3
4
5
6
7
8
error: the SIMD type `Simd<f64, 0>` has zero elements
  --> $DIR/monomorphize-zero-length.rs:9:9
   |
LL |     let _empty = Simd([1.0; 0]);
   |         ^^^^^^

error: aborting due to 1 previous error