1error: expected expression, found `$`
2  --> $DIR/macro-attribute.rs:1:9
3   |
4LL | #[doc = $not_there]
5   |         ^ expected expression
6
7error: aborting due to previous error
8
9