mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 15:37:15 +00:00
8 lines
282 B
Text
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`
|
|
|