summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0075.stderr
blob: 39d27d6f7e46240ffcb1466fa4828822c463dc2a (plain)
1
2
3
4
5
6
7
8
error[E0075]: SIMD vector cannot be empty
  --> $DIR/E0075.rs:14:1
   |
14 | struct Bad; //~ ERROR E0075
   | ^^^^^^^^^^^

error: aborting due to previous error