summary refs log tree commit diff
path: root/src/test/ui/proc-macro/derive-bad.stderr
blob: 93908150b6cfe1504e39666849c2cebfe950c75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected `:`, found `}`
  --> $DIR/derive-bad.rs:7:5
   |
LL |     A
   |     ^ expected `:`

error: proc-macro derive produced unparseable tokens
  --> $DIR/derive-bad.rs:7:5
   |
LL |     A
   |     ^

error: aborting due to 2 previous errors