rust/src/test/ui-fulldeps/lint-plugin.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

9 lines
195 B
Plaintext

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