about summary refs log tree commit diff
path: root/tests/ui/macros/issue-35450.stderr
blob: 6f06df3861db4a1783d7bc1d3c6da2e2990f3ee8 (plain)
1
2
3
4
5
6
7
8
error: expected expression, found `$`
  --> $DIR/issue-35450.rs:4:8
   |
LL |     m!($t);
   |        ^ expected expression

error: aborting due to 1 previous error