summary refs log tree commit diff
path: root/tests/ui/macros/meta-variable-depth-outside-repeat.stderr
blob: 49b5053a023cc7a360274b16af0bcd032f409cf3 (plain)
1
2
3
4
5
6
7
8
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)}
   |          ^^^^^^^^^^^

error: aborting due to 1 previous error