]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issues/issue-62660.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-62660.stderr
1 error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `)`
2 --> $DIR/issue-62660.rs:7:38
3 |
4 LL | pub fn foo(_: i32, self: Box<Self) {}
5 | ^ expected one of 7 possible tokens
6 |
7 help: you might have meant to end the type parameters here
8 |
9 LL | pub fn foo(_: i32, self: Box<Self>) {}
10 | +
11
12 error: aborting due to previous error
13