]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lto-syntax-extension.stderr
Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum
[rust.git] / tests / ui-fulldeps / lto-syntax-extension.stderr
1 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
2   --> $DIR/lto-syntax-extension.rs:9:1
3    |
4 LL | #![plugin(lto_syntax_extension_plugin)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: 1 warning emitted
10