summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/issue-81543-item-parse-err.stderr
blob: 50f9c71eb28476888f11fe965165eaecfd1ce343 (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 1 previous error