Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
union
/
union-empty.rs
blob: 79b7e68ee6bebab12918ba58390890cee46a5645 [
file
] [
log
] [
blame
] [
edit
]
union U
{}
//~ ERROR unions cannot have zero fields
fn
main
()
{}