rust/src/test/ui-fulldeps/lint_tool_test.stderr

9 lines
206 B
Plaintext
Raw Normal View History

warning: item is named 'lintme'
--> $DIR/lint_tool_test.rs:19:1
|
LL | fn lintme() { } //~ WARNING item is named 'lintme'
| ^^^^^^^^^^^^^^^
|
= note: #[warn(clippy::test_lint)] on by default