2020-01-11 20:08:27 +00:00
|
|
|
error: the lint `TEST_LINT_DEFAULT` has the default lint description
|
2020-02-11 14:20:47 +00:00
|
|
|
--> $DIR/default_lint.rs:17:1
|
2020-01-11 20:08:27 +00: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 19:21:10 +00:00
|
|
|
note: the lint level is defined here
|
2020-01-11 20:08:27 +00:00
|
|
|
--> $DIR/default_lint.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(clippy::internal)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
= note: `#[deny(clippy::default_lint)]` implied by `#[deny(clippy::internal)]`
|
2020-02-07 03:34:06 +00:00
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-01-11 20:08:27 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|