blob: 268631f67cddf83732c192615911c0b350832f17 [file] [log] [blame]
error: lifetime may not live long enough
--> $DIR/higher-ranked-return.rs:13:46
|
LL | let x = async move |x: &str| -> &str {
| ________________________________-________----_^
| | | |
| | | return type of async closure `{async closure body@$DIR/higher-ranked-return.rs:13:46: 15:10}` contains a lifetime `'2`
| | let's call the lifetime of this reference `'1`
LL | | x
LL | | };
| |_________^ returning this value requires that `'1` must outlive `'2`
error: aborting due to 1 previous error