]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/mir_check_cast_unsize.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / nll / mir_check_cast_unsize.stderr
index 77a2e8311f052c8c5e812692fb989e49cc75933e..526dfb6013386b222d020be4eb648aafe7100a97 100644 (file)
@@ -4,7 +4,7 @@ error: unsatisfied lifetime constraints
 LL | fn bar<'a>(x: &'a u32) -> &'static dyn Debug {
    |        -- lifetime `'a` defined here
 LL |     x
-   |     ^ cast requires that `'a` must outlive `'static`
+   |     ^ returning this value requires that `'a` must outlive `'static`
 
 error: aborting due to previous error