2018-10-12 01:09:04 -05:00
|
|
|
error: the lint `TEST_LINT` is not added to any `LintPass`
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/lint_without_lint_pass.rs:11:1
|
2018-10-12 01:09:04 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | / declare_clippy_lint! {
|
|
|
|
LL | | pub TEST_LINT,
|
|
|
|
LL | | correctness,
|
|
|
|
LL | | ""
|
|
|
|
LL | | }
|
2018-10-12 01:09:04 -05:00
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/lint_without_lint_pass.rs:1:9
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #![deny(clippy::internal)]
|
2018-10-12 01:09:04 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-07-18 17:35:32 -05:00
|
|
|
= note: `#[deny(clippy::lint_without_lint_pass)]` implied by `#[deny(clippy::internal)]`
|
2018-10-12 01:09:04 -05:00
|
|
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|