mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 16:25:31 +00:00
On lang, we've recently been discussing the drop order with respect to `let` chains apropos of how we shortened temporary lifetimes in Rust 2024 and how we may shorten them further in the future. Here we add an extensive set of tests that demonstrate the drop order in the cases that interest us.