]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-group-plugin-deny-cmdline.stderr
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui-fulldeps / lint-group-plugin-deny-cmdline.stderr
1 error: item is named 'lintme'
2   --> $DIR/lint-group-plugin-deny-cmdline.rs:8:1
3    |
4 LL | fn lintme() { }
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: `-D test-lint` implied by `-D lint-me`
8
9 error: item is named 'pleaselintme'
10   --> $DIR/lint-group-plugin-deny-cmdline.rs:10:1
11    |
12 LL | fn pleaselintme() { }
13    | ^^^^^^^^^^^^^^^^^^^^^
14    |
15    = note: `-D please-lint` implied by `-D lint-me`
16
17 error: aborting due to 2 previous errors
18