]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lint-group-plugin.stderr
Rollup merge of #107735 - edward-shen:edward-shen/mailmap, r=dtolnay
[rust.git] / tests / ui-fulldeps / lint-group-plugin.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.rs:6: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 warning: item is named 'lintme'
10   --> $DIR/lint-group-plugin.rs:9:1
11    |
12 LL | fn lintme() { }
13    | ^^^^^^^^^^^^^^^
14    |
15    = note: `#[warn(test_lint)]` on by default
16
17 warning: item is named 'pleaselintme'
18   --> $DIR/lint-group-plugin.rs:10:1
19    |
20 LL | fn pleaselintme() { }
21    | ^^^^^^^^^^^^^^^^^^^^^
22    |
23    = note: `#[warn(please_lint)]` on by default
24
25 warning: 3 warnings emitted
26