summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-15914.stderr
blob: c88fd4e55e26e8979304b1f18ecb6d7f1abf99ae (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 1 previous error