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