]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr
Rollup merge of #51722 - Aaronepower:master, r=Mark-Simulacrum
[rust.git] / src / test / ui-fulldeps / lint-plugin-cmdline-load.stderr
1 warning: item is named 'lintme'
2   --> $DIR/lint-plugin-cmdline-load.rs:18:1
3    |
4 LL | fn lintme() { } //~ WARNING item is named 'lintme'
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: #[warn(test_lint)] on by default
8