blob: 7e7b55f9b7e772771f0045a165dac74acaeff367 (
plain)
1
2
3
4
5
6
7
8
|
error[E0077]: SIMD vector element type should be machine type
--> $DIR/E0077.rs:14:1
|
14 | struct Bad(String); //~ ERROR E0077
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|