rust-clippy/clippy_tests/examples/lint_pass.stderr
2017-06-19 22:11:12 +02:00

12 lines
373 B
Text

error: the lint `MISSING_LINT` is not added to any `LintPass`
--> 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(s)
To learn more, run the command again with --verbose.