2019-01-02 02:21:05 +03:00
|
|
|
error: attribute must be of the form `#[plugin(name|name(args))]`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/malformed-plugin-1.rs:2:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-01-02 02:21:05 +03:00
|
|
|
LL | #![plugin] //~ ERROR attribute must be of the form
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|