]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-63116.stderr
Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor
[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    |          |     missing open `[` for this delimiter
8    |          unclosed delimiter
9
10 error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;`
11   --> $DIR/issue-63116.rs:3:12
12    |
13 LL | impl W <s(f;Y(;]
14    |            ^ expected one of 7 possible tokens
15
16 error: mismatched closing delimiter: `]`
17   --> $DIR/issue-63116.rs:3:14
18    |
19 LL | impl W <s(f;Y(;]
20    |              ^ ^ mismatched closing delimiter
21    |              |
22    |              unclosed delimiter
23
24 error: aborting due to 3 previous errors
25