1error: associated function in `impl` without body
2  --> $DIR/missing-body.rs:12:5
3   |
412 |     async fn f(&self);
5   |     ^^^^^^^^^^^^^^^^^-
6   |                      |
7   |                      help: provide a definition for the function: `{ <body> }`
8