summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pattern/usefulness/issue-3096-1.rs
blob: edc3b322305c8379e27ba2f9b3013572b03f8ba2 (plain)
1
2
3
fn main() {
    match () { } //~ ERROR non-exhaustive
}