blob: 43e9971e3095d6228a83bb9b9a7ca905ed16a503 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0075]: SIMD vector cannot be empty
--> $DIR/E0075.rs:4:1
|
LL | struct Bad;
| ^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0075`.
|