about summary refs log tree commit diff
path: root/tests/ui/proc-macro/derive-helper-legacy-limits.stderr
blob: df3c5c47ddb2d4f680fcd5d27b7a8f2735027948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: cannot find attribute `empty_helper` in this scope
  --> $DIR/derive-helper-legacy-limits.rs:17:3
   |
LL | #[empty_helper]
   |   ^^^^^^^^^^^^
   |
help: `empty_helper` is an attribute that can be used by the derive macro `Empty`, you might be missing a `derive` attribute
   |
LL + #[derive(Empty)]
LL | struct S2;
   |

error: aborting due to 1 previous error