blob: 213d72363f59c8ea04a92193485c90abe3199079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
error: expected identifier, found `+`
--> $DIR/issue-33569.rs:2:8
|
LL | { $+ } => { //~ ERROR expected identifier, found `+`
| ^
error: expected `*` or `+`
--> $DIR/issue-33569.rs:4:13
|
LL | $(x)(y) //~ ERROR expected `*` or `+`
| ^^^
error: missing fragment specifier
--> $DIR/issue-33569.rs:2:8
|
LL | { $+ } => { //~ ERROR expected identifier, found `+`
| ^
error: aborting due to 3 previous errors
|