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

9 lines
178 B
Plaintext
Raw Normal View History

error: unexpected token: `$`
--> $DIR/macro-attribute.rs:1:7
|
LL | #[doc = $not_there] //~ ERROR unexpected token: `$`
| ^
error: aborting due to previous error