]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
8faf50e0 1error: unsatisfied lifetime constraints
b7449926 2 --> $DIR/mir_check_cast_unsize.rs:18: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