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