1error: expected identifier, found `(`
2  --> $DIR/issue-15914.rs:3:9
3   |
4LL |         ();
5   |         ^ expected identifier
6
7error: aborting due to previous error
8
9