From 06fd547227c32835cab6a0f606ed1bf9773214d1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 17 Apr 2024 19:13:11 -0700 Subject: [PATCH] Update ui test suite to nightly-2024-04-18 --- tests/ui/lifetime-span.stderr | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/ui/lifetime-span.stderr b/tests/ui/lifetime-span.stderr index aa7d57e..f3c5d72 100644 --- a/tests/ui/lifetime-span.stderr +++ b/tests/ui/lifetime-span.stderr @@ -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 |