rust/tests/ui-fulldeps/lint-plugin-cmdline-allow.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
377 B
Plaintext
Raw Normal View History

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