os-rust/src/test/ui/parser/macro/macro-doc-comments-1.stderr
2018-12-25 21:08:33 -07:00

11 lines
282 B
Text

error: no rules expected the token `!`
--> $DIR/macro-doc-comments-1.rs:6:5
|
LL | macro_rules! outer {
| ------------------ when calling this macro
...
LL | //! Inner
| ^^^^^^^^^ no rules expected this token in macro call
error: aborting due to previous error