mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 23:39:28 +00:00
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
error[E0076]: SIMD vector should be homogeneous
|
|
--> $DIR/E0076.rs:4:1
|
|
|
|
|
LL | struct Bad(u16, u32, u32);
|
|
| ^^^^^^^^^^ SIMD elements must have the same type
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0076`.
|