]> git.proxmox.com Git - rustc.git/blame - tests/ui-fulldeps/plugin/multiple-plugins.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui-fulldeps / plugin / multiple-plugins.stderr
CommitLineData
94222f64 1warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
064997fb 2 --> $DIR/multiple-plugins.rs:9:1
94222f64
XL
3 |
4LL | #![plugin(multiple_plugins_1)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6 |
7 = note: `#[warn(deprecated)]` on by default
8
9warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
064997fb 10 --> $DIR/multiple-plugins.rs:10:1
94222f64
XL
11 |
12LL | #![plugin(multiple_plugins_2)]
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
14
15warning: 2 warnings emitted
16