Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3592079

Browse files
committedMar 29, 2019
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

Lines changed: 1 addition & 2 deletions
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)
Please sign in to comment.