rust/tests/ui/macros/macro-attribute.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
177 B
Plaintext
Raw Normal View History

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