rust/src/test/ui/macros/macro-attribute.stderr

9 lines
146 B
Plaintext
Raw Normal View History

error: unexpected token: `$`
--> $DIR/macro-attribute.rs:1:7
|
2019-03-09 06:03:44 -06:00
LL | #[doc = $not_there]
| ^
error: aborting due to previous error