rust-clippy/tests/ui/lint_pass.stderr
2018-01-17 14:44:40 +01:00

10 lines
321 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`
error: aborting due to previous error