summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/issue-35450.stderr
blob: f2065689f444e52ef56b3364574c9743f2118d0d (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 previous error