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