summaryrefslogtreecommitdiffstats
path: root/third_party/rust/async-trait/tests/ui/missing-async-in-impl.stderr
blob: e461c85d8d63968ef7039a6d34819e6865c9d6df (plain)
1
2
3
4
5
6
7
8
error[E0195]: lifetime parameters or bounds on method `method` do not match the trait declaration
  --> tests/ui/missing-async-in-impl.rs:12:14
   |
5  |     async fn method();
   |              -------- lifetimes in impl do not match this method in trait
...
12 |     fn method() {}
   |              ^ lifetimes do not match method in trait