1error[E0195]: lifetime parameters or bounds on associated function `method` do not match the trait declaration 2 --> tests/ui/missing-async-in-impl.rs:12:14 3 | 45 | async fn method(); 5 | -------- lifetimes in impl do not match this associated function in trait 6... 712 | fn method() {} 8 | ^ lifetimes do not match associated function in trait 9