2018-02-07 19:35:35 -08:00
|
|
|
error[E0076]: SIMD vector should be homogeneous
|
|
|
|
--> $DIR/E0076.rs:14:1
|
|
|
|
|
|
|
|
|
14 | struct Bad(u16, u32, u32);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ SIMD elements must have the same type
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0076"
|