mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
revert change to test file as per review request
This commit is contained in:
parent
9ea6790a64
commit
3592079765
@ -1,6 +1,5 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
match (0, 1) {
|
match (0, 1) {
|
||||||
(, ..) => {}
|
(, ..) => {} //~ ERROR expected pattern, found `,`
|
||||||
//~^ ERROR expected pattern, found `,`
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user