Skip to content

Commit edd1a02

Browse files
committed
Fix nil pattern case to handle for parser adjustment
1 parent 66b84e3 commit edd1a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/nil-pattern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// xfail-stage0
2-
fn main() { let x = (); alt x { (()) { } } }
2+
fn main() { let x = (); alt x { () { } } }

0 commit comments

Comments
 (0)