From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- tests/ui/nll/issue-50716.stderr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/ui/nll/issue-50716.stderr (limited to 'tests/ui/nll/issue-50716.stderr') diff --git a/tests/ui/nll/issue-50716.stderr b/tests/ui/nll/issue-50716.stderr new file mode 100644 index 000000000..38dd1b5f6 --- /dev/null +++ b/tests/ui/nll/issue-50716.stderr @@ -0,0 +1,11 @@ +error: lifetime may not live long enough + --> $DIR/issue-50716.rs:14:14 + | +LL | fn foo<'a, T: 'static>(s: Box<<&'a T as A>::X>) + | -- lifetime `'a` defined here +... +LL | let _x = *s; + | ^^ proving this value is `Sized` requires that `'a` must outlive `'static` + +error: aborting due to previous error + -- cgit v1.2.3