]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint_without_lint_pass.stderr
Update .stderr file
[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:12:1
3    |
4 12 | / declare_clippy_lint! {
5 13 | |     pub TEST_LINT,
6 14 | |     correctness,
7 15 | |     ""
8 16 | | }
9    | |_^
10    |
11 note: lint level defined here
12   --> $DIR/lint_without_lint_pass.rs:1:9
13    |
14 1  | #![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