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