2019-03-01 16:28:04 -08:00
|
|
|
error: expected one of `)`, `,`, or `:`, found `>`
|
2019-03-01 21:47:06 -08:00
|
|
|
--> $DIR/issue-58856-1.rs:4:14
|
2019-03-01 16:28:04 -08:00
|
|
|
|
|
2019-03-01 21:47:06 -08:00
|
|
|
LL | fn b(self> {}
|
2019-03-01 16:28:04 -08:00
|
|
|
| - ^
|
|
|
|
| | |
|
|
|
|
| | help: `)` may belong here
|
|
|
|
| unclosed delimiter
|
|
|
|
|
2019-03-01 21:47:06 -08:00
|
|
|
error: aborting due to previous error
|
2019-03-01 16:28:04 -08:00
|
|
|
|