]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-63116.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / parser / issue-63116.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/issue-63116.rs:3:18
3    |
4 LL | impl W <s(f;Y(;]
5    |          -       ^
6    |          |
7    |          unclosed 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`, lifetime, or path, 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