]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-plugin-deny-cmdline.stderr
Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot
[rust.git] / src / test / ui-fulldeps / lint-plugin-deny-cmdline.stderr
1 warning: 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    |
4 LL | #![plugin(lint_plugin_test)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 error: item is named 'lintme'
10   --> $DIR/lint-plugin-deny-cmdline.rs:9:1
11    |
12 LL | fn lintme() { }
13    | ^^^^^^^^^^^^^^^
14    |
15    = note: requested on the command line with `-D test-lint`
16
17 error: aborting due to previous error; 1 warning emitted
18