]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-63116.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-63116.stderr
1 error: this file contains an un-closed delimiter
2   --> $DIR/issue-63116.rs:3:18
3    |
4 LL | impl W <s(f;Y(;]
5    |          -       ^
6    |          |
7    |          un-closed delimiter
8
9 error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;`
10   --> $DIR/issue-63116.rs:3:12
11    |
12 LL | impl W <s(f;Y(;]
13    |            ^ expected one of 7 possible tokens
14
15 error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `+`, `,`, `->`, `...`, `::`, `<`, `>`, `?`, `[`, `_`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, found `;`
16   --> $DIR/issue-63116.rs:3:15
17    |
18 LL | impl W <s(f;Y(;]
19    |              -^ help: `)` may belong here
20    |              |
21    |              unclosed delimiter
22
23 error: aborting due to 3 previous errors
24