Fix nil pattern case to handle for parser adjustment
This commit is contained in:
parent
66b84e3f55
commit
edd1a0230e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
// xfail-stage0
|
||||
fn main() { let x = (); alt x { (()) { } } }
|
||||
fn main() { let x = (); alt x { () { } } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue