about summary refs log tree commit diff
path: root/tests/ui/proc-macro/derive-helper-legacy-spurious.stderr
blob: 4cd89904ef3e13a82e4d76f9dcbae8a3b13505b3 (plain)
1
2
3
4
5
6
7
8
error: cannot find attribute `dummy` in this scope
  --> $DIR/derive-helper-legacy-spurious.rs:3:4
   |
LL | #![dummy]
   |    ^^^^^

error: aborting due to 1 previous error