rustc::DIAGNOSTICSExperimental
[-]
[+]
[src]
pub static DIAGNOSTICS: [(&'static str, &'static str), ..1u]=
[("E0001", "\n This error suggests that the expression arm corresponding to the noted pattern\n will never be reached as for all possible values of the expression being matched,\n one of the preceeding patterns will match.\n\n This means that perhaps some of the preceeding patterns are too general, this\n one is too specific or the ordering is incorrect.\n")]