blob: 7a8f3157b1f2dd68841d2c5d9b2ac88381a5c972 [file] [log] [blame]
error: unexpected unsupported untagged union
--> $DIR/union.rs:11:1
|
11 | union Foo {}
| ^^^^^^^^^^^^
error: unexpected unsupported untagged union
--> $DIR/union.rs:14:1
|
14 | union Bar {}
| ^^^^^^^^^^^^
error: unions cannot have zero fields
--> $DIR/union.rs:11:1
|
11 | union Foo {}
| ^^^^^^^^^^^^
error: unions cannot have zero fields
--> $DIR/union.rs:14:1
|
14 | union Bar {}
| ^^^^^^^^^^^^
error: aborting due to 4 previous errors