summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-11692-1.stderr
blob: 386463436b8e6a5668828c28b9570e16334867a4 (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `testo` in this scope
  --> $DIR/issue-11692-1.rs:2:12
   |
LL |     print!(testo!());
   |            ^^^^^

error: aborting due to previous error