rust/src/test/ui/union/union-empty.rs
2018-12-25 21:08:33 -07:00

4 lines
66 B
Rust

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