]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-36082.ast.nll.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-36082.ast.nll.stderr
index 4a481da6522cea75cfca92a3373efd95a66a05c9..7fa7cee0aec1eeec5452827ab8fe64cd28be373e 100644 (file)
@@ -1,4 +1,4 @@
-error[E0714]: temporary value dropped while borrowed
+error[E0716]: temporary value dropped while borrowed
   --> $DIR/issue-36082.rs:23:19
    |
 LL |     let val: &_ = x.borrow().0;
@@ -13,4 +13,4 @@ LL |     println!("{}", val);
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0714`.
+For more information about this error, try `rustc --explain E0716`.