2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
2019-10-03 02:33:28 -05:00
|
|
|
--> $DIR/lint-tool-test.rs:9:23
|
2018-07-30 04:30:07 -05:00
|
|
|
|
|
2018-08-30 03:27:35 -05:00
|
|
|
LL | #![cfg_attr(foo, warn(test_lint))]
|
|
|
|
| ^^^^^^^^^ help: change it to: `clippy::test_lint`
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
|
2018-08-27 16:22:47 -05:00
|
|
|
|
2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `clippy_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2018-08-30 03:27:35 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
|
|
|
|
|
2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `test_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
2019-10-03 02:33:28 -05:00
|
|
|
--> $DIR/lint-tool-test.rs:9:23
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
2018-08-30 03:27:35 -05:00
|
|
|
LL | #![cfg_attr(foo, warn(test_lint))]
|
|
|
|
| ^^^^^^^^^ help: change it to: `clippy::test_lint`
|
2018-08-27 16:22:47 -05:00
|
|
|
|
2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `clippy_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
|
|
|
|
|
2018-08-27 16:22:47 -05:00
|
|
|
error: item is named 'lintme'
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:18:1
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | fn lintme() { }
|
2018-07-30 04:30:07 -05:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[deny(clippy::test_lint)]` implied by `#[deny(clippy::group)]`
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
|
|
error: item is named 'lintmetoo'
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:26:5
|
2018-08-27 16:22:47 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | fn lintmetoo() { }
|
2018-08-27 16:22:47 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[deny(clippy::test_group)]` implied by `#[deny(clippy::group)]`
|
2018-08-27 16:22:47 -05:00
|
|
|
|
2021-01-17 13:23:25 -06:00
|
|
|
warning: lint name `test_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2022-11-30 20:22:08 -06:00
|
|
|
warning: unknown lint: `this_lint_does_not_exist`
|
|
|
|
--> $DIR/lint-tool-test.rs:33:8
|
|
|
|
|
|
|
|
|
LL | #[deny(this_lint_does_not_exist)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(unknown_lints)]` on by default
|
|
|
|
|
|
|
|
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
|
|
|
|
--> $DIR/lint-tool-test.rs:6:1
|
|
|
|
|
|
|
|
|
LL | #![plugin(lint_tool_test)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
|
|
|
|
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
|
2021-07-20 22:23:22 -05:00
|
|
|
warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
|
|
|
--> $DIR/lint-tool-test.rs:9:23
|
|
|
|
|
|
|
|
|
LL | #![cfg_attr(foo, warn(test_lint))]
|
|
|
|
| ^^^^^^^^^ help: change it to: `clippy::test_lint`
|
|
|
|
|
|
|
|
warning: lint name `clippy_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2021-07-20 22:23:22 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
|
|
|
|
|
|
|
|
warning: lint name `test_group` is deprecated and may not have an effect in the future.
|
2022-11-30 20:22:08 -06:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2021-07-20 22:23:22 -05:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2022-11-30 20:22:08 -06:00
|
|
|
error: aborting due to 2 previous errors; 11 warnings emitted
|
2018-07-30 04:30:07 -05:00
|
|
|
|