summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-15914.stderr
blob: ea26453f808978bbf2e9c5e2831359a450700876 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `(`
  --> $DIR/issue-15914.rs:3:9
   |
LL |         ();
   |         ^ expected identifier

error: aborting due to previous error