]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/issue-33569.stderr
Rollup merge of #91122 - dtolnay:not, r=m-ou-se
[rust.git] / src / test / ui / parser / macro / issue-33569.stderr
1 error: expected identifier, found `+`
2   --> $DIR/issue-33569.rs:2:8
3    |
4 LL |     { $+ } => {
5    |        ^
6
7 error: expected one of: `*`, `+`, or `?`
8   --> $DIR/issue-33569.rs:4:13
9    |
10 LL |         $(x)(y)
11    |             ^^^
12
13 error: missing fragment specifier
14   --> $DIR/issue-33569.rs:2:8
15    |
16 LL |     { $+ } => {
17    |        ^
18
19 error: aborting due to 3 previous errors
20