]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-63116.stderr
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / ui / parser / issues / 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: mismatched closing delimiter: `]`
16   --> $DIR/issue-63116.rs:3:14
17    |
18 LL | impl W <s(f;Y(;]
19    |              ^ ^ mismatched closing delimiter
20    |              |
21    |              unclosed delimiter
22
23 error: aborting due to 3 previous errors
24