rustc/tests/ui/union/union-empty.rs
2023-08-02 10:33:26 +02:00

4 lines
66 B
Rust

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