Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
pattern
/
usefulness
/
issue-3096-1.rs
blob: edc3b322305c8379e27ba2f9b3013572b03f8ba2 [
file
]
fn
main
()
{
match
()
{
}
//~ ERROR non-exhaustive
}