summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-3.stderr
blob: bcbbcd48c66ba0056c0f33af1b2eefdf335074c1 (plain)
1
2
3
4
5
6
7
8
error[E0498]: malformed plugin attribute
  --> $DIR/malformed-plugin-3.rs:2:1
   |
LL | #![plugin(foo="bleh")]
   | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error