blob: 2d9b09c77a8ee9553e7ad8262217c6c6be720602 [file] [log] [blame]
error: associated function in `impl` without body
--> $DIR/missing-body.rs:12:5
|
12 | async fn f(&self);
| ^^^^^^^^^^^^^^^^^-
| |
| help: provide a definition for the function: `{ <body> }`