Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 1 | error: associated function in `impl` without body |
2 | --> $DIR/missing-body.rs:12:5 | ||||
3 | | | ||||
4 | 12 | async fn f(&self); | ||||
5 | | ^^^^^^^^^^^^^^^^^- | ||||
6 | | | | ||||
7 | | help: provide a definition for the function: `{ <body> }` |