]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/lint-group-plugin-deny-cmdline.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / lint-group-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-group-plugin-deny-cmdline.rs:7:1
3 |
4LL | #![plugin(lint_group_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-group-plugin-deny-cmdline.rs:10:1
0731742a 11 |
532ac7d7 12LL | fn lintme() { }
0731742a
XL
13 | ^^^^^^^^^^^^^^^
14 |
15 = note: `-D test-lint` implied by `-D lint-me`
16
17error: item is named 'pleaselintme'
e74abb32 18 --> $DIR/lint-group-plugin-deny-cmdline.rs:12:1
0731742a 19 |
532ac7d7 20LL | fn pleaselintme() { }
0731742a
XL
21 | ^^^^^^^^^^^^^^^^^^^^^
22 |
23 = note: `-D please-lint` implied by `-D lint-me`
24
ba9703b0 25error: aborting due to 2 previous errors; 1 warning emitted
0731742a 26