blob: 6eb0c50ca939840bd55d6fbfa07ae6e22c5cbbc4 [file] [log] [blame]
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