rust/src/test/ui/parser/issue-33569.stderr

21 lines
477 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected identifier, found `+`
--> $DIR/issue-33569.rs:14:8
|
LL | { $+ } => { //~ ERROR expected identifier, found `+`
| ^
error: expected `*` or `+`
--> $DIR/issue-33569.rs:16:13
|
LL | $(x)(y) //~ ERROR expected `*` or `+`
| ^^^
error: missing fragment specifier
--> $DIR/issue-33569.rs:14:8
|
LL | { $+ } => { //~ ERROR expected identifier, found `+`
| ^
error: aborting due to 3 previous errors