]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/lint-plugin-deny-cmdline.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui-fulldeps / lint-plugin-deny-cmdline.stderr
CommitLineData
0731742a 1error: item is named 'lintme'
e74abb32 2 --> $DIR/lint-plugin-deny-cmdline.rs:9:1
0731742a 3 |
532ac7d7 4LL | fn lintme() { }
0731742a
XL
5 | ^^^^^^^^^^^^^^^
6 |
7 = note: requested on the command line with `-D test-lint`
8
487cf647
FG
9warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
10 --> $DIR/lint-plugin-deny-cmdline.rs:6:1
11 |
12LL | #![plugin(lint_plugin_test)]
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
14 |
15 = note: `#[warn(deprecated)]` on by default
16
ba9703b0 17error: aborting due to previous error; 1 warning emitted
0731742a 18