2019-03-01 18:28:04 -06:00
|
|
|
error: expected one of `)`, `,`, or `:`, found `>`
|
2019-03-01 23:47:06 -06:00
|
|
|
--> $DIR/issue-58856-1.rs:4:14
|
2019-03-01 18:28:04 -06:00
|
|
|
|
|
2019-03-01 23:47:06 -06:00
|
|
|
LL | fn b(self> {}
|
2019-03-01 18:28:04 -06:00
|
|
|
| - ^
|
|
|
|
| | |
|
|
|
|
| | help: `)` may belong here
|
|
|
|
| unclosed delimiter
|
|
|
|
|
2019-03-02 00:14:22 -06:00
|
|
|
error: incorrect close delimiter: `]`
|
|
|
|
--> $DIR/issue-58856-1.rs:9:8
|
|
|
|
|
|
|
|
|
LL | fn foo(] {}
|
|
|
|
| -^ incorrect close delimiter
|
|
|
|
| |
|
|
|
|
| un-closed delimiter
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-03-01 18:28:04 -06:00
|
|
|
|