rust-clippy/tests/ui/lint_pass.stderr
2017-10-03 12:07:24 +02:00

8 lines
282 B
Text

error: the lint `MISSING_LINT` is not added to any `LintPass`
--> $DIR/lint_pass.rs:12:1
|
12 | declare_lint! { MISSING_LINT, Warn, "missing lint" }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D lint-without-lint-pass` implied by `-D warnings`