21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
error: expected identifier, found `+`
|
|
--> $DIR/issue-33569.rs:2:8
|
|
|
|
|
LL | { $+ } => {
|
|
| ^
|
|
|
|
error: expected one of: `*`, `+`, 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
|
|
|