blob: 526dfb6013386b222d020be4eb648aafe7100a97 [file] [log] [blame]
error: unsatisfied lifetime constraints
--> $DIR/mir_check_cast_unsize.rs:18: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