blob: 8ba72fc88862a77a54c207f28984977de3588b18 (
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 `*` or `+`
--> $DIR/issue-33569.rs:4:13
|
LL | $(x)(y)
| ^^^
error: missing fragment specifier
--> $DIR/issue-33569.rs:2:8
|
LL | { $+ } => {
| ^
error: aborting due to 3 previous errors
|