blob: 9b84abf704c7f7ee8ec83ab7af370afe31bc928d [file] [log] [blame]
error: item is named 'lintme'
--> $DIR/lint-plugin-deny-cmdline.rs:8:1
|
LL | fn lintme() { } //~ ERROR item is named 'lintme'
| ^^^^^^^^^^^^^^^
|
= note: requested on the command line with `-D test-lint`
error: aborting due to previous error