]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-tool-cmdline-allow.stderr
Rollup merge of #100586 - the8472:available_parallelism_2, r=jyn514
[rust.git] / src / test / ui-fulldeps / lint-tool-cmdline-allow.stderr
1 warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
2    |
3    = note: requested on the command line with `-A test_lint`
4
5 warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
6    |
7    = note: requested on the command line with `-A test_lint`
8
9 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
10   --> $DIR/lint-tool-cmdline-allow.rs:7:1
11    |
12 LL | #![plugin(lint_tool_test)]
13    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
14    |
15    = note: `#[warn(deprecated)]` on by default
16
17 warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
18    |
19    = note: requested on the command line with `-A test_lint`
20
21 warning: item is named 'lintme'
22   --> $DIR/lint-tool-cmdline-allow.rs:9:1
23    |
24 LL | fn lintme() {}
25    | ^^^^^^^^^^^^^^
26    |
27    = note: `#[warn(clippy::test_lint)]` on by default
28
29 warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
30    |
31    = note: requested on the command line with `-A test_lint`
32
33 warning: 6 warnings emitted
34