]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lint-group-plugin-deny-cmdline.stderr
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / ui-fulldeps / lint-group-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-group-plugin-deny-cmdline.rs:7:1
3    |
4 LL | #![plugin(lint_group_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-group-plugin-deny-cmdline.rs:10:1
11    |
12 LL | fn lintme() { }
13    | ^^^^^^^^^^^^^^^
14    |
15    = note: `-D test-lint` implied by `-D lint-me`
16
17 error: item is named 'pleaselintme'
18   --> $DIR/lint-group-plugin-deny-cmdline.rs:12:1
19    |
20 LL | fn pleaselintme() { }
21    | ^^^^^^^^^^^^^^^^^^^^^
22    |
23    = note: `-D please-lint` implied by `-D lint-me`
24
25 error: aborting due to 2 previous errors; 1 warning emitted
26