rust/src/test/ui/parser/issue-63116.stderr

25 lines
747 B
Plaintext
Raw Normal View History

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(;]
| - ^
| |
| 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
error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `+`, `,`, `->`, `...`, `::`, `<`, `>`, `?`, `[`, `_`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, found `;`
--> $DIR/issue-63116.rs:3:15
|
LL | impl W <s(f;Y(;]
| -^ help: `)` may belong here
| |
| unclosed delimiter
error: aborting due to 3 previous errors