mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
10 lines
321 B
Text
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
|
|
|