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