blob: 5abe45814acce9a3ef5b05281c933a3f51158909 [file] [log] [blame]
error: unions cannot have zero fields
--> $DIR/union-empty.rs:11:1
|
LL | union U {} //~ ERROR unions cannot have zero fields
| ^^^^^^^^^^
error: aborting due to previous error