]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/issue-61033-2.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / macros / issue-61033-2.stderr
CommitLineData
48663c56
XL
1error: meta-variable `id1` repeats 2 times, but `id2` repeats 3 times
2 --> $DIR/issue-61033-2.rs:8:10
3 |
4LL | $(
5 | __________^
ba9703b0
XL
6LL | |
7LL | |
48663c56
XL
8LL | | $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
9LL | | )*
10 | |_________^
11
ba9703b0
XL
12error: meta-variable `id1` repeats 2 times, but `id2` repeats 4 times
13 --> $DIR/issue-61033-2.rs:8:10
14 |
15LL | $(
16 | __________^
17LL | |
18LL | |
19LL | | $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
20LL | | )*
21 | |_________^
22
23error: aborting due to 2 previous errors
48663c56 24