summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/issue-61033-2.stderr
blob: cdfe7934a0cac26af019674778b0c16718d1fcd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
error: meta-variable `id1` repeats 2 times, but `id2` repeats 3 times
  --> $DIR/issue-61033-2.rs:8:10
   |
LL |           $(
   |  __________^
LL | |
LL | |
LL | |             $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
LL | |         )*
   | |_________^

error: meta-variable `id1` repeats 2 times, but `id2` repeats 4 times
  --> $DIR/issue-61033-2.rs:8:10
   |
LL |           $(
   |  __________^
LL | |
LL | |
LL | |             $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
LL | |         )*
   | |_________^

error: aborting due to 2 previous errors