blob: f41902620cd19cdf9eef23cd281b230432675172 [file] [log] [blame]
fn foo(a: T) {
match a {
1 => {}
0 => {} // _ => panic!("doesn't format!"),
}
}