We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a34d3e commit 03a1dc2Copy full SHA for 03a1dc2
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 66b84e3f550cc2f6c879f33258441f7a204bb821
+refs/heads/master: edd1a0230eb98d34f711f5857ef1e71029e27819
trunk/src/test/run-pass/nil-pattern.rs
// xfail-stage0
-fn main() { let x = (); alt x { (()) { } } }
+fn main() { let x = (); alt x { () { } } }
0 commit comments