mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
error: unions cannot have zero fields
|
|
--> $DIR/union-empty.rs:1:1
|
|
|
|
|
LL | union U {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|