]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/issue-52742.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / nll / issue-52742.stderr
index f733702cd8b4bb2fe5c65fd0a8e3b6469504e9a5..6b25296c4bda1588d0e30793ad9d672a903629d8 100644 (file)
@@ -1,4 +1,4 @@
-error: unsatisfied lifetime constraints
+error: lifetime may not live long enough
   --> $DIR/issue-52742.rs:15:9
    |
 LL |     fn take_bar(&mut self, b: Bar<'_>) {