rust/tests/ui/pattern/usefulness/issue-3096-1.rs

4 lines
56 B
Rust

fn main() {
match () { } //~ ERROR non-exhaustive
}