blob: 0a44a2eadebd1855c085404a9bd5f6382f49063b [file] [log] [blame] [edit]
error[E0075]: SIMD vector cannot be empty
--> $DIR/E0075.rs:4:1
|
LL | struct Bad;
| ^^^^^^^^^^
error[E0075]: SIMD vector cannot have multiple fields
--> $DIR/E0075.rs:7:1
|
LL | struct AlsoBad([i32; 1], [i32; 1]);
| ^^^^^^^^^^^^^^ -------- excess field
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0075`.