]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-61033-2.stderr
Rollup merge of #70281 - xfix:infallible-hash, r=dtolnay
[rust.git] / src / test / ui / macros / issue-61033-2.stderr
1 error: meta-variable `id1` repeats 2 times, but `id2` repeats 3 times
2   --> $DIR/issue-61033-2.rs:8:10
3    |
4 LL |           $(
5    |  __________^
6 LL | |
7 LL | |
8 LL | |             $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
9 LL | |         )*
10    | |_________^
11
12 error: meta-variable `id1` repeats 2 times, but `id2` repeats 4 times
13   --> $DIR/issue-61033-2.rs:8:10
14    |
15 LL |           $(
16    |  __________^
17 LL | |
18 LL | |
19 LL | |             $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
20 LL | |         )*
21    | |_________^
22
23 error: aborting due to 2 previous errors
24