]> git.lizzy.rs Git - rust.git/blob - src/test/ui/union/union-empty.rs
Rollup merge of #100006 - jyn514:update-copy, r=dtolnay
[rust.git] / src / test / ui / union / union-empty.rs
1 union U {} //~ ERROR unions cannot have zero fields
2
3 fn main() {}