]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/lint_pass.stderr
893a51c56b713e9fa6e63d8544ede96d0dca5bb9
[rust.git] / clippy_tests / examples / lint_pass.stderr
1 error: the lint `MISSING_LINT` is not added to any `LintPass`
2   --> lint_pass.rs:12:1
3    |
4 12 | declare_lint! { MISSING_LINT, Warn, "missing lint" }
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D lint-without-lint-pass` implied by `-D warnings`
8
9 error: aborting due to previous error(s)
10
11 error: Could not compile `clippy_tests`.
12
13 To learn more, run the command again with --verbose.