blob: 364d6c17ea7f695afb6342f9e1045dcd3947e806 [file] [log] [blame]
error: lifetime may not live long enough
--> $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