rust/tests/ui/union/union-empty.stderr
2023-01-11 09:32:08 +00:00

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