2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
2019-10-03 07:33:28 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:9:23
|
2018-07-30 09:30:07 +00:00
|
|
|
|
|
2018-08-30 08:27:35 +00:00
|
|
|
LL | #![cfg_attr(foo, warn(test_lint))]
|
|
|
|
| ^^^^^^^^^ help: change it to: `clippy::test_lint`
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
2019-07-16 20:17:38 +00:00
|
|
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
|
2018-08-27 21:22:47 +00:00
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `clippy_group` is deprecated and may not have an effect in the future.
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2018-08-30 08:27:35 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
|
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `test_group` is deprecated and may not have an effect in the future.
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
2019-10-03 07:33:28 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:9:23
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
2018-08-30 08:27:35 +00:00
|
|
|
LL | #![cfg_attr(foo, warn(test_lint))]
|
|
|
|
| ^^^^^^^^^ help: change it to: `clippy::test_lint`
|
2018-08-27 21:22:47 +00:00
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `clippy_group` is deprecated and may not have an effect in the future.
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2020-01-08 17:02:10 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
|
|
|
|
|
2018-08-27 21:22:47 +00:00
|
|
|
error: item is named 'lintme'
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:18:1
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | fn lintme() { }
|
2018-07-30 09:30:07 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy_group)]
|
|
|
|
| ^^^^^^^^^^^^
|
2019-07-16 20:17:38 +00:00
|
|
|
= note: `#[deny(clippy::test_lint)]` implied by `#[deny(clippy::group)]`
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
|
|
error: item is named 'lintmetoo'
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:26:5
|
2018-08-27 21:22:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | fn lintmetoo() { }
|
2018-08-27 21:22:47 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-16 20:17:38 +00:00
|
|
|
= note: `#[deny(clippy::test_group)]` implied by `#[deny(clippy::group)]`
|
2018-08-27 21:22:47 +00:00
|
|
|
|
2021-01-17 19:23:25 +00:00
|
|
|
warning: lint name `test_group` is deprecated and may not have an effect in the future.
|
2022-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2020-01-08 17:02:10 +00:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2022-12-01 02:22:08 +00: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-21 03:23:22 +00: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-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:13:9
|
2021-07-21 03:23:22 +00: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-12-01 02:22:08 +00:00
|
|
|
--> $DIR/lint-tool-test.rs:29:9
|
2021-07-21 03:23:22 +00:00
|
|
|
|
|
|
|
|
LL | #[allow(test_group)]
|
|
|
|
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
|
|
|
|
|
2022-12-01 02:22:08 +00:00
|
|
|
error: aborting due to 2 previous errors; 11 warnings emitted
|
2018-07-30 09:30:07 +00:00
|
|
|
|