blob: 0844da1bd92a94150743c45dda5d5d48fe921cf4 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `)`
--> $DIR/issue-62660.rs:7:38
|
LL | pub fn foo(_: i32, self: Box<Self) {}
| ^ expected one of 7 possible tokens
error: aborting due to previous error
|