blob: 2d9b09c77a8ee9553e7ad8262217c6c6be720602 [file] [log] [blame]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01001error: 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> }`