Fix nil pattern case to handle for parser adjustment

This commit is contained in:
Marijn Haverbeke 2011-07-27 16:55:49 +02:00
parent 66b84e3f55
commit edd1a0230e

View File

@ -1,2 +1,2 @@
// xfail-stage0
fn main() { let x = (); alt x { (()) { } } }
fn main() { let x = (); alt x { () { } } }