goffrie / plex

a parser and lexer generator as a Rust procedural macro
Apache License 2.0
409 stars 26 forks source link

Update to rust 1.8.0-nightly (c92e910c1 2016-02-21) #6

Closed simu closed 8 years ago

simu commented 8 years ago

More changes to rustc internals (mostly naming).

I've added #![allow(match_of_unit_variant_via_paren_dotdot)] to demo.rs as rustc now aborts on old-style matching of enum variants. I still haven't had time to look at this in detail, but this seems to become a real error soon.

goffrie commented 8 years ago

Thanks again.