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