提交 e723051a 编写于 作者: J Jakub Wieczorek

Temporarily remove the description for the diagnostic E0162

It turns out that adding new diagnostics is causing link failures
in runpass-full-deps tests. Further investigation pending.
上级 5254ccc7
......@@ -19,11 +19,6 @@
one is too specific or the ordering is incorrect.
"##)
register_diagnostic!(E0162, r##"
This error is produced by an `if let` expression where the pattern is irrefutable.
An `if let` that can never fail is considered an error.
"##)
register_diagnostics!(
E0002,
E0003,
......@@ -156,5 +151,6 @@
E0157,
E0158,
E0159,
E0161
E0161,
E0162
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册