]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/meta-variable-depth-outside-repeat.stderr
Move /src/test to /tests
[rust.git] / tests / ui / macros / meta-variable-depth-outside-repeat.stderr
1 error: meta-variable expression `length` with depth parameter must be called inside of a macro repetition
2   --> $DIR/meta-variable-depth-outside-repeat.rs:5:10
3    |
4 LL |         ${length(0)}
5    |          ^^^^^^^^^^^
6
7 error: aborting due to previous error
8