summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/derive-still-gated.stderr
blob: 25777f72b8d11a80aafa8596621b40635e30e397 (plain)
1
2
3
4
5
6
7
8
error: cannot find attribute `derive_Empty` in this scope
  --> $DIR/derive-still-gated.rs:6:3
   |
LL | #[derive_Empty]
   |   ^^^^^^^^^^^^

error: aborting due to 1 previous error