提交 76a58954 编写于 作者: S Steve Klabnik

Rollup merge of #32766 - nikomatsakis:constant-pattern-warning-cycle, r=eddyb

change constant patterns to have a warning cycle

This was the original intention :(

r? @EddyB
......@@ -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.
先完成此消息的编辑!
想要评论请 注册