We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f58213 + a1b9ed7 commit 2658734Copy full SHA for 2658734
src/26989.rs
@@ -0,0 +1,7 @@
1
+fn main() {
2
+ match (0, 0) {
3
+ (0, ref _a) => {}
4
+ (_, 0) => {}
5
+ _ => {}
6
+ }
7
+}
0 commit comments