summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/issue-81543-item-parse-err.stderr
blob: ca524176035b84d79a78a746e851cc43a723f8f3 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `32`
  --> $DIR/issue-81543-item-parse-err.rs:11:8
   |
LL |     fn 32() {}
   |        ^^ expected identifier

error: aborting due to previous error