]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-30438-a.nll.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-30438-a.nll.stderr
index 2d27cd55e019a4253b50eb0fba5ecade4db84900..7a11743fe462136751af36981d49acb0746e2164 100644 (file)
@@ -1,10 +1,10 @@
-error[E0597]: borrowed value does not live long enough
+error[E0716]: temporary value dropped while borrowed
   --> $DIR/issue-30438-a.rs:22:17
    |
 LL |         return &Test { s: &self.s};
-   |                 ^^^^^^^^^^^^^^^^^^- temporary value only lives until here
+   |                 ^^^^^^^^^^^^^^^^^^- temporary value is freed at the end of this statement
    |                 |
-   |                 temporary value does not live long enough
+   |                 creates a temporary which is freed while still in use
    |
 note: borrowed value must be valid for the anonymous lifetime #1 defined on the method body at 21:5...
   --> $DIR/issue-30438-a.rs:21:5
@@ -17,4 +17,4 @@ LL | |     }
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0597`.
+For more information about this error, try `rustc --explain E0716`.