]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/macro/macro-repeat.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / macro / macro-repeat.stderr
1 error: variable 'v' is still repeating at this depth
2 --> $DIR/macro-repeat.rs:3:9
3 |
4 LL | $v
5 | ^^
6
7 error: variable 'v' is still repeating at this depth
8 --> $DIR/macro-repeat.rs:3:9
9 |
10 LL | $v
11 | ^^
12
13 error: aborting due to 2 previous errors
14