]> git.proxmox.com Git - rustc.git/blob - src/test/ui/malformed/malformed-plugin-3.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / malformed / malformed-plugin-3.stderr
1 error[E0498]: malformed `plugin` attribute
2 --> $DIR/malformed-plugin-3.rs:2:11
3 |
4 LL | #![plugin(foo="bleh")]
5 | ^^^^^^^^^^ malformed attribute
6
7 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
8 --> $DIR/malformed-plugin-3.rs:2:1
9 |
10 LL | #![plugin(foo="bleh")]
11 | ^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
12 |
13 = note: `#[warn(deprecated)]` on by default
14
15 error: aborting due to previous error; 1 warning emitted
16
17 For more information about this error, try `rustc --explain E0498`.