rust/tests/target/issue-3532.rs

7 lines
104 B
Rust
Raw Normal View History

fn foo(a: T) {
match a {
1 => {}
0 => {} // _ => panic!("doesn't format!"),
}
}