rust-clippy/tests/ui/lint_pass.stderr

11 lines
321 B
Text
Raw Normal View History

error: the lint `MISSING_LINT` is not added to any `LintPass`
2017-08-01 15:54:21 +00:00
--> $DIR/lint_pass.rs:12:1
|
12 | declare_lint! { MISSING_LINT, Warn, "missing lint" }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D lint-without-lint-pass` implied by `-D warnings`
2018-01-16 16:06:27 +00:00
error: aborting due to previous error