From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/static/static-lifetime.stderr | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/test/ui/static/static-lifetime.stderr (limited to 'src/test/ui/static/static-lifetime.stderr') diff --git a/src/test/ui/static/static-lifetime.stderr b/src/test/ui/static/static-lifetime.stderr deleted file mode 100644 index 4af3370c7..000000000 --- a/src/test/ui/static/static-lifetime.stderr +++ /dev/null @@ -1,16 +0,0 @@ -error[E0478]: lifetime bound not satisfied - --> $DIR/static-lifetime.rs:3:20 - | -LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} - | ^^^^^^^^^ - | -note: lifetime parameter instantiated with the lifetime `'a` as defined here - --> $DIR/static-lifetime.rs:3:6 - | -LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} - | ^^ - = note: but lifetime parameter must outlive the static lifetime - -error: aborting due to previous error - -For more information about this error, try `rustc --explain E0478`. -- cgit v1.2.3