rust/tests/ui-fulldeps/lto-syntax-extension.stderr

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

11 lines
394 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
2019-10-03 02:33:28 -05:00
--> $DIR/lto-syntax-extension.rs:9:1
|
LL | #![plugin(lto_syntax_extension_plugin)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
2019-10-03 02:33:28 -05:00
|
= note: `#[warn(deprecated)]` on by default
warning: 1 warning emitted