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

17 lines
426 B
Plaintext
Raw Normal View History

warning: item is named 'lintme'
2018-12-25 09:56:47 -06:00
--> $DIR/lint-group-plugin.rs:8:1
|
2018-02-22 18:42:32 -06:00
LL | fn lintme() { } //~ WARNING item is named 'lintme'
| ^^^^^^^^^^^^^^^
|
= note: #[warn(test_lint)] on by default
warning: item is named 'pleaselintme'
2018-12-25 09:56:47 -06:00
--> $DIR/lint-group-plugin.rs:9:1
|
2018-02-22 18:42:32 -06:00
LL | fn pleaselintme() { } //~ WARNING item is named 'pleaselintme'
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(please_lint)] on by default