]> git.proxmox.com Git - rustc.git/blame - src/test/ui/pattern/usefulness/issue-3096-1.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / pattern / usefulness / issue-3096-1.rs
CommitLineData
223e47cc
LB
1fn main() {
2 match () { } //~ ERROR non-exhaustive
3}