Sign in
rust
/
rust-lang
/
rust
/
160e7623e8cbbf1feab2b6e2a24733a98c7bde9c
/
.
/
tests
/
ui
/
union
/
union-empty.rs
blob: 79b7e68ee6bebab12918ba58390890cee46a5645 [
file
] [
log
] [
blame
]
union U
{}
//~ ERROR unions cannot have zero fields
fn
main
()
{}