rust/src/test/ui/malformed/malformed-plugin-1.stderr

9 lines
220 B
Plaintext
Raw Normal View History

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
|
LL | #![plugin] //~ ERROR attribute must be of the form
2018-08-08 14:28:26 +02:00
| ^^^^^^^^^^
error: aborting due to previous error