mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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() {
|
||||
match (0, 1) {
|
||||
(, ..) => {}
|
||||
//~^ ERROR expected pattern, found `,`
|
||||
(, ..) => {} //~ ERROR expected pattern, found `,`
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user