]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-group-plugin.stderr
15cffedcc5d3c57087d75615c97bd6fc0a58690c
[rust.git] / src / test / ui-fulldeps / lint-group-plugin.stderr
1 warning: item is named 'lintme'
2   --> $DIR/lint-group-plugin.rs:8:1
3    |
4 LL | fn lintme() { } //~ WARNING item is named 'lintme'
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: #[warn(test_lint)] on by default
8
9 warning: item is named 'pleaselintme'
10   --> $DIR/lint-group-plugin.rs:9:1
11    |
12 LL | fn pleaselintme() { } //~ WARNING item is named 'pleaselintme'
13    | ^^^^^^^^^^^^^^^^^^^^^
14    |
15    = note: #[warn(please_lint)] on by default
16