mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 14:25:24 +00:00
Fix nil pattern case to handle for parser adjustment
This commit is contained in:
parent
66b84e3f55
commit
edd1a0230e
@ -1,2 +1,2 @@
|
||||
// xfail-stage0
|
||||
fn main() { let x = (); alt x { (()) { } } }
|
||||
fn main() { let x = (); alt x { () { } } }
|
Loading…
Reference in New Issue
Block a user