There was an error while loading. Please reload this page.
1 parent 6a32db1 commit 1d59991Copy full SHA for 1d59991
tests/target/issue-3532.rs
@@ -1,6 +1,7 @@
1
fn foo(a: T) {
2
match a {
3
1 => {}
4
- 0 => {} // _ => panic!("doesn't format!"),
+ 0 => {}
5
+ // _ => panic!("doesn't format!"),
6
}
7
0 commit comments