]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/usefulness/issue-3096-1.rs
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / issue-3096-1.rs
1 fn main() {
2     match () { } //~ ERROR non-exhaustive
3 }