mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
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
|
|
|