2019-10-17 13:51:46 +02:00
|
|
|
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
|
2019-11-08 00:00:00 +00:00
|
|
|
--> $DIR/lint-plugin-cmdline-allow.rs:7:1
|
2019-10-03 09:33:28 +02:00
|
|
|
|
|
|
|
|
LL | #![plugin(lint_plugin_test)]
|
2019-10-17 13:51:46 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
|
2019-10-03 09:33:28 +02:00
|
|
|
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|