blob: 36478e723cced9353ac5656d2705b6c19426177d [file] [log] [blame] [edit]
error: lifetime may not live long enough
--> $DIR/region-lbr-named-does-not-outlive-static.rs:9:5
|
LL | fn foo<'a>(x: &'a u32) -> &'static u32 {
| -- lifetime `'a` defined here
LL | &*x
| ^^^ returning this value requires that `'a` must outlive `'static`
error: aborting due to 1 previous error