2020-01-11 14:08:27 -06:00
error: the lint `TEST_LINT_DEFAULT` has the default lint description
2024-02-17 06:16:29 -06:00
--> tests/ui-internal/default_lint.rs:18:1
2020-01-11 14:08:27 -06:00
|
LL | / declare_tool_lint! {
LL | | pub clippy::TEST_LINT_DEFAULT,
LL | | Warn,
LL | | "default lint description",
LL | | report_in_external_macro: true
LL | | }
| |_^
|
2020-01-31 13:21:10 -06:00
note: the lint level is defined here
2024-02-17 06:16:29 -06:00
--> tests/ui-internal/default_lint.rs:1:9
2020-01-11 14:08:27 -06:00
|
LL | #![deny(clippy::internal)]
| ^^^^^^^^^^^^^^^^
= note: `#[deny(clippy::default_lint)]` implied by `#[deny(clippy::internal)]`
2022-07-28 12:08:22 -05:00
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
2020-01-11 14:08:27 -06:00
2023-11-21 13:26:31 -06:00
error: aborting due to 1 previous error
2020-01-11 14:08:27 -06:00