2020-01-03 07:40:15 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
2019-11-16 08:54:09 -06:00
|
|
|
--> $DIR/issue-63116.rs:3:18
|
|
|
|
|
|
|
|
|
LL | impl W <s(f;Y(;]
|
2023-01-25 21:02:19 -06:00
|
|
|
| - - ^
|
|
|
|
| | |
|
|
|
|
| | missing open `[` for this delimiter
|
2020-01-03 07:40:15 -06:00
|
|
|
| unclosed delimiter
|
2019-11-16 08:54:09 -06:00
|
|
|
|
|
|
|
error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;`
|
|
|
|
--> $DIR/issue-63116.rs:3:12
|
|
|
|
|
|
|
|
|
LL | impl W <s(f;Y(;]
|
|
|
|
| ^ expected one of 7 possible tokens
|
|
|
|
|
2021-04-08 21:12:00 -05:00
|
|
|
error: mismatched closing delimiter: `]`
|
2021-08-27 05:57:28 -05:00
|
|
|
--> $DIR/issue-63116.rs:3:14
|
2019-11-16 08:54:09 -06:00
|
|
|
|
|
|
|
|
LL | impl W <s(f;Y(;]
|
2021-08-27 05:57:28 -05:00
|
|
|
| ^ ^ mismatched closing delimiter
|
2019-11-16 08:54:09 -06:00
|
|
|
| |
|
|
|
|
| unclosed delimiter
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|