Skip to content

Commit 3592079

Browse files
committed
revert change to test file as per review request
1 parent 9ea6790 commit 3592079

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ui/parser/pat-tuple-1.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fn main() {
22
match (0, 1) {
3-
(, ..) => {}
4-
//~^ ERROR expected pattern, found `,`
3+
(, ..) => {} //~ ERROR expected pattern, found `,`
54
}
65
}

0 commit comments

Comments
 (0)