]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-plugin.stderr
Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung
[rust.git] / src / test / ui-fulldeps / lint-plugin.stderr
1 warning: item is named 'lintme'
2   --> $DIR/lint-plugin.rs:8:1
3    |
4 LL | fn lintme() { }
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: #[warn(test_lint)] on by default
8