]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/gated-plugin.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / gated-plugin.stderr
CommitLineData
e74abb32 1error[E0658]: compiler plugins are deprecated
0731742a
XL
2 --> $DIR/gated-plugin.rs:3:1
3 |
60c5eb7d
XL
4LL | #![plugin(empty_plugin)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^
0731742a 6 |
48663c56 7 = note: for more information, see https://github.com/rust-lang/rust/issues/29597
416331ca 8 = help: add `#![feature(plugin)]` to the crate attributes to enable
0731742a 9
e74abb32
XL
10warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
11 --> $DIR/gated-plugin.rs:3:1
12 |
60c5eb7d
XL
13LL | #![plugin(empty_plugin)]
14 | ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
e74abb32
XL
15 |
16 = note: `#[warn(deprecated)]` on by default
17
0731742a
XL
18error: aborting due to previous error
19
20For more information about this error, try `rustc --explain E0658`.