blob: c403872ecb38581bb4c9bc6cf0d533a51997dd92 (
plain)
1
2
3
4
5
6
7
8
|
error: expected `]`, found `not_there`
--> $DIR/macro-attribute.rs:13:10
|
LL | #[doc = $not_there] //~ ERROR expected `]`, found `not_there`
| ^^^^^^^^^ expected `]`
error: aborting due to previous error
|