提交 b27b3e12 编写于 作者: N Niko Matsakis

change constant patterns to have a warning cycle

This was the original intention :(
上级 772c600d
......@@ -144,7 +144,7 @@
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)]`"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册