]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/multiple-plugins.stderr
Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk
[rust.git] / tests / ui-fulldeps / multiple-plugins.stderr
1 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
2   --> $DIR/multiple-plugins.rs:9:1
3    |
4 LL | #![plugin(multiple_plugins_1)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
10   --> $DIR/multiple-plugins.rs:10:1
11    |
12 LL | #![plugin(multiple_plugins_2)]
13    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
14
15 warning: 2 warnings emitted
16