]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / lint-plugin-cmdline-load.stderr
CommitLineData
60c5eb7d
XL
1warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
2 --> <crate attribute>:1: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
7cac9316 9warning: item is named 'lintme'
0731742a 10 --> $DIR/lint-plugin-cmdline-load.rs:8:1
7cac9316 11 |
532ac7d7 12LL | fn lintme() { }
7cac9316
XL
13 | ^^^^^^^^^^^^^^^
14 |
416331ca 15 = note: `#[warn(test_lint)]` on by default
7cac9316 16
ba9703b0
XL
17warning: 2 warnings emitted
18