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