rust/src/test/compile-fail/issue-3096-1.rs

4 lines
56 B
Rust
Raw Normal View History

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