summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr')
-rw-r--r--tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr b/tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr
index 809e60a8c..c3b6d7580 100644
--- a/tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr
+++ b/tests/ui/span/issue-24805-dropck-child-has-items-via-parent.stderr
@@ -1,6 +1,9 @@
error[E0597]: `d1` does not live long enough
--> $DIR/issue-24805-dropck-child-has-items-via-parent.rs:28:18
|
+LL | let (_d, d1);
+ | -- binding `d1` declared here
+...
LL | _d = D_Child(&d1);
| ^^^ borrowed value does not live long enough
...