summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-2.stderr
blob: 617b13b2654f8198b4058cefbcd894ce76a8d984 (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: aborting due to previous error