mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:39:59 +00:00
4 lines
56 B
Rust
4 lines
56 B
Rust
fn main() {
|
|
match () { } //~ ERROR non-exhaustive
|
|
}
|