blob: e8315d341a7f3cce9a4cb2ff89d22c86fb60621d [file] [log] [blame]
warning: not reporting region error due to nll
--> $DIR/mir_check_cast_unsafe_fn.rs:18:32
|
LL | let g: unsafe fn(_) -> _ = f;
| ^
error: unsatisfied lifetime constraints
--> $DIR/mir_check_cast_unsafe_fn.rs:20: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