blob: c14fb93a525e5bd4ef7de01384362c218561fbbb [file] [log] [blame]
error: unsatisfied lifetime constraints
--> $DIR/mir_check_cast_unsafe_fn.rs:19:14
|
LL | fn bar<'a>(input: &'a u32, f: fn(&'a u32) -> &'a u32) -> &'static u32 {
| -- lifetime `'a` defined here
...
LL | unsafe { g(input) }
| ^^^^^^^^ returning this value requires that `'a` must outlive `'static`
error: aborting due to previous error