]> git.lizzy.rs Git - rust.git/blob - tests/ui-internal/lint_without_lint_pass.stderr
Remove all usages of `match_path`, `match_qpath` and `match_path_ast` except the...
[rust.git] / tests / ui-internal / 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_tool_lint! {
5 LL | |     pub clippy::TEST_LINT,
6 LL | |     Warn,
7 LL | |     "",
8 LL | |     report_in_external_macro: true
9 LL | | }
10    | |_^
11    |
12 note: the lint level is defined here
13   --> $DIR/lint_without_lint_pass.rs:1:9
14    |
15 LL | #![deny(clippy::internal)]
16    |         ^^^^^^^^^^^^^^^^
17    = note: `#[deny(clippy::lint_without_lint_pass)]` implied by `#[deny(clippy::internal)]`
18    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
19
20 error: aborting due to previous error
21