Open xmh0511 opened 4 months ago
Since 1.79, the temporaries are extended in the following example:
let a = if true { ..; &temp() // used to error, but now gets lifetime extended } else { ..; &temp() // used to error, but now gets lifetime extended };
The list in extending-based-on-expressions seems to be out-of-date.
cc https://github.com/rust-lang/rust/pull/121346/. @m-ou-se would you be able to help with that?
Since 1.79, the temporaries are extended in the following example:
The list in extending-based-on-expressions seems to be out-of-date.