1
Fork 0
rust/tests/ui/union/union-empty.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
66 B
Rust
Raw Normal View History

union U {} //~ ERROR unions cannot have zero fields
fn main() {}