summary refs log tree commit diff
path: root/src/test/ui/parser/issue-15914.stderr
blob: fbf0ea13c73a924929af73fda91c9a4793eebb53 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `(`
  --> $DIR/issue-15914.rs:15:9
   |
LL |         (); //~ ERROR expected identifier, found `(`
   |         ^ expected identifier

error: aborting due to previous error