blob: 40cd8159046b9b1b5b690e5f5158afb6d5ada7b4 [file]
error: attempted to repeat an expression containing no syntax variables matched as repeating at this depth
--> $DIR/typo-in-repeat-expr.rs:4:11
|
LL | [$($arg),*]
| ^^^^^^
|
help: there's a macro metavariable with a similar name
|
LL - [$($arg),*]
LL + [$($ard),*]
|
error: aborting due to 1 previous error