rust/tests/ui/parser/macro/macro-repeat.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
286 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: variable 'v' is still repeating at this depth
2018-12-25 09:56:47 -06:00
--> $DIR/macro-repeat.rs:3:9
2018-10-20 15:36:17 -05:00
|
2019-03-09 06:03:44 -06:00
LL | $v
2018-10-20 15:36:17 -05:00
| ^^
2020-03-17 06:12:57 -05:00
error: variable 'v' is still repeating at this depth
--> $DIR/macro-repeat.rs:3:9
|
LL | $v
| ^^
error: aborting due to 2 previous errors
2018-10-20 15:36:17 -05:00