Skip to content

Commit 2658734

Browse files
committed
Merge pull request rust-lang#39 from emoon/26989
26989
2 parents 3f58213 + a1b9ed7 commit 2658734

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/26989.rs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
fn main() {
2+
match (0, 0) {
3+
(0, ref _a) => {}
4+
(_, 0) => {}
5+
_ => {}
6+
}
7+
}

0 commit comments

Comments
 (0)