Skip to content

Commit

Permalink
Merge pull request rust-lang#39 from emoon/26989
Browse files Browse the repository at this point in the history
26989
  • Loading branch information
steveklabnik committed Oct 24, 2015
2 parents 3f58213 + a1b9ed7 commit 2658734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/26989.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fn main() {
match (0, 0) {
(0, ref _a) => {}
(_, 0) => {}
_ => {}
}
}

0 comments on commit 2658734

Please sign in to comment.