summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-2.stderr
blob: 923cbc188607e694c1ae884f1379d41d92a804e8 (plain)
1
2
3
4
5
6
7
8
error: attribute must be of the form `#[plugin(name|name(args))]`
  --> $DIR/malformed-plugin-2.rs:2:1
   |
LL | #![plugin="bleh"] //~ ERROR attribute must be of the form
   | ^^^^^^^^^^^^^^^^^

error: aborting due to previous error