Skip to content

Commit cd8286b

Browse files
committed
Update ui test suite to nightly-2024-03-22
1 parent c73061d commit cd8286b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/ui/lifetime-span.stderr

-9
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: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-
2112
error[E0195]: lifetime parameters or bounds on method `method` do not match the trait declaration
2213
--> tests/ui/lifetime-span.rs:18:14
2314
|

0 commit comments

Comments
 (0)