about summary refs log tree commit diff
path: root/tests/ui/macros/meta-variable-depth-outside-repeat.stderr
blob: 4299ca9842483c39e9f674624fe69ae559475887 (plain)
1
2
3
4
5
6
7
8
error: meta-variable expression `len` with depth parameter must be called inside of a macro repetition
  --> $DIR/meta-variable-depth-outside-repeat.rs:5:10
   |
LL |         ${len(0)}
   |          ^^^^^^^^

error: aborting due to 1 previous error