]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/multiple-plugins.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui-fulldeps / 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