rust/src/test/ui/issues/issue-58856-1.stderr

11 lines
242 B
Plaintext
Raw Normal View History

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