mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 15:22:59 +00:00
6 lines
90 B
Rust
6 lines
90 B
Rust
fn main() {
|
|
match *1 { //~ ERROR: cannot be dereferenced
|
|
_ => { panic!(); }
|
|
}
|
|
}
|