]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/macro-repeat.stderr
Rollup merge of #91122 - dtolnay:not, r=m-ou-se
[rust.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