rust/src/test/ui/parser/macro-repeat.stderr
2018-10-21 14:06:28 +03:00

8 lines
203 B
Text

error: variable 'v' is still repeating at this depth
--> $DIR/macro-repeat.rs:13:9
|
LL | $v //~ ERROR still repeating at this depth
| ^^
error: aborting due to previous error