Closed simu closed 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.
#![allow(match_of_unit_variant_via_paren_dotdot)]
demo.rs
Thanks again.
More changes to rustc internals (mostly naming).
I've added
#![allow(match_of_unit_variant_via_paren_dotdot)]
todemo.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.