rust/src/test/ui-fulldeps/lint-plugin.stderr

9 lines
159 B
Plaintext
Raw Normal View History

warning: item is named 'lintme'
2018-12-25 09:56:47 -06:00
--> $DIR/lint-plugin.rs:8:1
|
2019-03-09 06:03:44 -06:00
LL | fn lintme() { }
| ^^^^^^^^^^^^^^^
|
= note: #[warn(test_lint)] on by default