change constant patterns to have a warning cycle

This was the original intention :(
This commit is contained in:
Niko Matsakis 2016-04-06 05:37:08 -04:00
parent 772c600d4d
commit b27b3e1278

View File

@ -144,7 +144,7 @@ declare_lint! {
declare_lint! {
pub ILLEGAL_STRUCT_OR_ENUM_CONSTANT_PATTERN,
Deny,
Warn,
"constants of struct or enum type can only be used in a pattern if \
the struct or enum has `#[derive(PartialEq, Eq)]`"
}