summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62660.stderr
blob: a50ada9056b977560903f6e2c9ef7402fe78353a (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 9 possible tokens

error: aborting due to previous error