We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73061d commit cd8286bCopy full SHA for cd8286b
tests/ui/lifetime-span.stderr
@@ -9,15 +9,6 @@ help: indicate the anonymous lifetime
9
12 | impl Trait<'_> for A {
10
| ++++
11
12
-error[E0195]: lifetime parameters or bounds on method `method` do not match the trait declaration
13
- --> tests/ui/lifetime-span.rs:13:14
14
- |
15
-8 | async fn method(&'r self);
16
- | ---------------- lifetimes in impl do not match this method in trait
17
-...
18
-13 | async fn method(&self) {}
19
- | ^^^^^^^^^^^^^ lifetimes do not match method in trait
20
-
21
error[E0195]: lifetime parameters or bounds on method `method` do not match the trait declaration
22
--> tests/ui/lifetime-span.rs:18:14
23
|
0 commit comments