blob: 6eb0c50ca939840bd55d6fbfa07ae6e22c5cbbc4 (
plain)
1
2
3
4
5
6
7
8
|
error: malformed `plugin` attribute input
--> $DIR/malformed-plugin-2.rs:2:1
|
LL | #![plugin="bleh"]
| ^^^^^^^^^^^^^^^^^ help: must be of the form: `#[plugin(name|name(args))]`
error: aborting due to previous error
|