Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-04-18
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 18, 2024
1 parent d528b5a commit 06fd547
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ui/lifetime-span.stderr
Expand Up @@ -9,15 +9,6 @@ help: indicate the anonymous lifetime
12 | impl Trait<'_> for A {
| ++++

error[E0195]: lifetime parameters or bounds on method `method` do not match the trait declaration
--> tests/ui/lifetime-span.rs:18:14
|
8 | async fn method(&'r self);
| ---------------- lifetimes in impl do not match this method in trait
...
18 | async fn method(&self) {}
| ^^^^^^^^^^^^^ lifetimes do not match method in trait

error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
--> tests/ui/lifetime-span.rs:32:10
|
Expand Down

0 comments on commit 06fd547

Please sign in to comment.