mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-21 05:41:43 +00:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
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`.
|