summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro-attribute.stderr
blob: 3316d38726487e0fe1c65e520f1cf25cc923961b (plain)
1
2
3
4
5
6
7
8
error: expected expression, found `$`
  --> $DIR/macro-attribute.rs:1:9
   |
LL | #[doc = $not_there]
   |         ^ expected expression

error: aborting due to previous error