blob: 9084253b71e98a749cec96b9f61b0d0c8b0581fc [file] [log] [blame]
error: item is named 'lintme'
--> $DIR/lint-plugin-deny-cmdline.rs:18: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