]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/mir_check_cast_unsize.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / nll / mir_check_cast_unsize.stderr
CommitLineData
9fa01778 1error: lifetime may not live long enough
0731742a 2 --> $DIR/mir_check_cast_unsize.rs:8:5
8faf50e0 3 |
b7449926
XL
4LL | fn bar<'a>(x: &'a u32) -> &'static dyn Debug {
5 | -- lifetime `'a` defined here
6LL | x
0bf4aa26 7 | ^ returning this value requires that `'a` must outlive `'static`
8faf50e0
XL
8
9error: aborting due to previous error
10