]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/lint-plugin-deny-cmdline.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui-fulldeps / lint-plugin-deny-cmdline.stderr
CommitLineData
0731742a
XL
1error: item is named 'lintme'
2 --> $DIR/lint-plugin-deny-cmdline.rs:8:1
3 |
4LL | fn lintme() { } //~ ERROR item is named 'lintme'
5 | ^^^^^^^^^^^^^^^
6 |
7 = note: requested on the command line with `-D test-lint`
8
9error: aborting due to previous error
10