We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea6790 commit 3592079Copy full SHA for 3592079
src/test/ui/parser/pat-tuple-1.rs
@@ -1,6 +1,5 @@
1
fn main() {
2
match (0, 1) {
3
- (, ..) => {}
4
- //~^ ERROR expected pattern, found `,`
+ (, ..) => {} //~ ERROR expected pattern, found `,`
5
}
6
0 commit comments