We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d528b5a commit 06fd547Copy full SHA for 06fd547
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:18:14
14
- |
15
-8 | async fn method(&'r self);
16
- | ---------------- lifetimes in impl do not match this method in trait
17
-...
18
-18 | async fn method(&self) {}
19
- | ^^^^^^^^^^^^^ lifetimes do not match method in trait
20
-
21
error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
22
--> tests/ui/lifetime-span.rs:32:10
23
|
0 commit comments