Skip to content

Commit 06fd547

Browse files
committed
Update ui test suite to nightly-2024-04-18
1 parent d528b5a commit 06fd547

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/ui/lifetime-span.stderr

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ help: indicate the anonymous lifetime
99
12 | impl Trait<'_> for A {
1010
| ++++
1111

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-
2112
error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
2213
--> tests/ui/lifetime-span.rs:32:10
2314
|

0 commit comments

Comments
 (0)