2020-11-07 16:09:40 +03:00
|
|
|
error: expected expression, found `$`
|
2019-05-11 02:31:34 +03:00
|
|
|
--> $DIR/macro-attribute.rs:1:9
|
2018-08-08 14:50:16 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[doc = $not_there]
|
2020-11-07 16:09:40 +03:00
|
|
|
| ^ expected expression
|
2018-08-08 14:50:16 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|