]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint_without_lint_pass.stderr
Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995
[rust.git] / tests / ui / lint_without_lint_pass.stderr
1 error: the lint `TEST_LINT` is not added to any `LintPass`
2   --> $DIR/lint_without_lint_pass.rs:11:1
3    |
4 LL | / declare_clippy_lint! {
5 LL | |     pub TEST_LINT,
6 LL | |     correctness,
7 LL | |     ""
8 LL | | }
9    | |_^
10    |
11 note: lint level defined here
12   --> $DIR/lint_without_lint_pass.rs:1:9
13    |
14 LL | #![deny(clippy::internal)]
15    |         ^^^^^^^^^^^^^^^^
16    = note: `#[deny(clippy::lint_without_lint_pass)]` implied by `#[deny(clippy::internal)]`
17    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
18
19 error: aborting due to previous error
20