rustc::lint::builtin::MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT [] [src]

pub static MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT: &'static Lint = &::rustc::lint::Lint{name: "MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT",
                     default_level: ::rustc::lint::Deny,
                     desc:
                         "unit struct or enum variant erroneously allowed to match via path::ident(..)",}
Unstable (rustc_private)