summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/derive-still-gated.stderr
blob: 99289fdfe7fd5b00574c16759328515d2d7290c0 (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 previous error