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

9 lines
223 B
Text
Raw Normal View History

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