2018-10-12 06:09:04 +00:00
|
|
|
error: the lint `TEST_LINT` is not added to any `LintPass`
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui-internal/lint_without_lint_pass.rs:12:1
|
2018-10-12 06:09:04 +00:00
|
|
|
|
|
2019-11-07 20:48:22 +00:00
|
|
|
LL | / declare_tool_lint! {
|
|
|
|
LL | | pub clippy::TEST_LINT,
|
|
|
|
LL | | Warn,
|
|
|
|
LL | | "",
|
|
|
|
LL | | report_in_external_macro: true
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | | }
|
2018-10-12 06:09:04 +00:00
|
|
|
| |_^
|
|
|
|
|
|
2020-01-31 19:21:10 +00:00
|
|
|
note: the lint level is defined here
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui-internal/lint_without_lint_pass.rs:1:9
|
2018-10-12 06:09:04 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | #![deny(clippy::internal)]
|
2018-10-12 06:09:04 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-07-18 22:35:32 +00:00
|
|
|
= note: `#[deny(clippy::lint_without_lint_pass)]` implied by `#[deny(clippy::internal)]`
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-10-12 06:09:04 +00:00
|
|
|
|
2023-11-21 19:26:31 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-12 06:09:04 +00:00
|
|
|
|