]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/macro-doc-comments-1.stderr
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
[rust.git] / src / test / ui / parser / macro / macro-doc-comments-1.stderr
1 error: no rules expected the token `!`
2   --> $DIR/macro-doc-comments-1.rs:6:5
3    |
4 LL | macro_rules! outer {
5    | ------------------ when calling this macro
6 ...
7 LL |     //! Inner
8    |     ^^^^^^^^^ no rules expected this token in macro call
9
10 error: aborting due to previous error
11