summary refs log tree commit diff
path: root/src/test/ui/parser/macro/issue-33569.stderr
blob: 4dab8fc73f3e331c30edce0e6c684e2a84aecfdd (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:12:8
   |
LL |     { $+ } => { //~ ERROR expected identifier, found `+`
   |        ^

error: expected `*` or `+`
  --> $DIR/issue-33569.rs:14:13
   |
LL |         $(x)(y) //~ ERROR expected `*` or `+`
   |             ^^^

error: missing fragment specifier
  --> $DIR/issue-33569.rs:12:8
   |
LL |     { $+ } => { //~ ERROR expected identifier, found `+`
   |        ^

error: aborting due to 3 previous errors