summaryrefslogtreecommitdiffstats
path: root/tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr')
-rw-r--r--tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr b/tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr
index b060e3a3e..0e6617959 100644
--- a/tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr
+++ b/tests/ui-fulldeps/plugin/lint-tool-cmdline-allow.stderr
@@ -1,9 +1,12 @@
-warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
+warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
+ = help: change it to clippy::test_lint
= note: requested on the command line with `-A test_lint`
+ = note: `#[warn(renamed_and_removed_lints)]` on by default
-warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
+warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
+ = help: change it to clippy::test_lint
= note: requested on the command line with `-A test_lint`
warning: item is named 'lintme'
@@ -22,8 +25,9 @@ LL | #![plugin(lint_tool_test)]
|
= note: `#[warn(deprecated)]` on by default
-warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
+warning: lint name `test_lint` is deprecated and may not have an effect in the future.
|
+ = help: change it to clippy::test_lint
= note: requested on the command line with `-A test_lint`
warning: 5 warnings emitted