2018-08-07 15:48:50 -05:00
|
|
|
error: unsatisfied lifetime constraints
|
2018-08-31 12:27:11 -05:00
|
|
|
--> $DIR/mir_check_cast_reify.rs:47:5
|
2018-07-26 00:21:35 -05:00
|
|
|
|
|
|
|
|
LL | fn bar<'a>(x: &'a u32) -> &'static u32 {
|
2018-08-07 15:48:50 -05:00
|
|
|
| -- lifetime `'a` defined here
|
2018-07-26 00:21:35 -05:00
|
|
|
...
|
|
|
|
LL | f(x)
|
2018-08-07 15:48:50 -05:00
|
|
|
| ^^^^ returning this value requires that `'a` must outlive `'static`
|
2018-07-26 00:21:35 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|