]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/macro-doc-comments-2.stderr
Rollup merge of #91122 - dtolnay:not, r=m-ou-se
[rust.git] / src / test / ui / parser / macro / macro-doc-comments-2.stderr
1 error: no rules expected the token `[`
2   --> $DIR/macro-doc-comments-2.rs:6:5
3    |
4 LL | macro_rules! inner {
5    | ------------------ when calling this macro
6 ...
7 LL |     /// Outer
8    |     ^^^^^^^^^ no rules expected this token in macro call
9
10 error: aborting due to previous error
11