]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-61033-2.stderr
Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor
[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 | |             $id1 + $id2 // $id1 and $id2 may repeat different numbers of times
7 LL | |         )*
8    | |_________^
9
10 error: aborting due to previous error
11