2022-07-16 19:04:30 -05:00
|
|
|
error: meta-variable expression `length` with depth parameter must be called inside of a macro repetition
|
|
|
|
--> $DIR/meta-variable-depth-outside-repeat.rs:5:10
|
|
|
|
|
|
|
|
|
LL | ${length(0)}
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-16 19:04:30 -05:00
|
|
|
|