2019-10-03 02:33:28 -05:00
|
|
|
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597
|
|
|
|
--> $DIR/lint-plugin.rs:5:1
|
|
|
|
|
|
|
|
|
LL | #![plugin(lint_plugin_test)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
|
2017-05-13 04:54:50 -05:00
|
|
|
warning: item is named 'lintme'
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-plugin.rs:8:1
|
2017-05-13 04:54:50 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | fn lintme() { }
|
2017-05-13 04:54:50 -05:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[warn(test_lint)]` on by default
|
2017-05-13 04:54:50 -05:00
|
|
|
|