blob: 189bb2dff527550574595a34161d0986b984d685 [file] [log] [blame]
error: unsatisfied lifetime constraints
--> $DIR/mir_check_cast_unsize.rs:8:5
|
LL | fn bar<'a>(x: &'a u32) -> &'static dyn Debug {
| -- lifetime `'a` defined here
LL | x
| ^ returning this value requires that `'a` must outlive `'static`
error: aborting due to previous error