2018-08-12 20:15:59 +03:00
|
|
|
error: expected `]`, found `not_there`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/macro-attribute.rs:3:10
|
2018-08-08 14:50:16 +02:00
|
|
|
|
|
2018-08-12 20:15:59 +03:00
|
|
|
LL | #[doc = $not_there] //~ ERROR expected `]`, found `not_there`
|
|
|
|
| ^^^^^^^^^ expected `]`
|
2018-08-08 14:50:16 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|