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