Skip to content

Commit 1d59991

Browse files
committed
Fixed 3532 test case
1 parent 6a32db1 commit 1d59991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/target/issue-3532.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fn foo(a: T) {
22
match a {
33
1 => {}
4-
0 => {} // _ => panic!("doesn't format!"),
4+
0 => {}
5+
// _ => panic!("doesn't format!"),
56
}
67
}

0 commit comments

Comments
 (0)