]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-plugin-2.stderr
Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbini
[rust.git] / src / test / ui / malformed / malformed-plugin-2.stderr
1 error: malformed `plugin` attribute input
2   --> $DIR/malformed-plugin-2.rs:2:1
3    |
4 LL | #![plugin="bleh"]
5    | ^^^^^^^^^^^^^^^^^ help: must be of the form: `#![plugin(name)]`
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-2.rs:2:1
9    |
10 LL | #![plugin="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