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

error: cannot find attribute `empty_helper` in this scope
  --> $DIR/derive-helper-legacy-spurious.rs:9:3
   |
LL | #[empty_helper]
   |   ^^^^^^^^^^^^

error: aborting due to 2 previous errors