]> git.proxmox.com Git - rustc.git/blame - src/test/ui/malformed/malformed-plugin-3.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / malformed / malformed-plugin-3.stderr
CommitLineData
dc9dc135 1error[E0498]: malformed `plugin` attribute
60c5eb7d 2 --> $DIR/malformed-plugin-3.rs:2:11
b7449926 3 |
532ac7d7 4LL | #![plugin(foo="bleh")]
60c5eb7d 5 | ^^^^^^^^^^ malformed attribute
b7449926 6
e74abb32
XL
7warning: 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 |
10LL | #![plugin(foo="bleh")]
11 | ^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
12 |
13 = note: `#[warn(deprecated)]` on by default
14
ba9703b0 15error: aborting due to previous error; 1 warning emitted
b7449926 16