| error: this file contains an unclosed delimiter |
| --> $DIR/issue-63116.rs:3:18 |
| error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;` |
| --> $DIR/issue-63116.rs:3:12 |
| | ^ expected one of 7 possible tokens |
| error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `+`, `,`, `->`, `...`, `::`, `:`, `<`, `=`, `>`, `?`, `[`, `_`, `async`, `const`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, lifetime, or path, found `;` |
| --> $DIR/issue-63116.rs:3:15 |
| | -^ help: `)` may belong here |
| error: aborting due to 3 previous errors |