mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

let-else: break out to one scope higher for let-else ```@est31``` This PR follows up with #99518 which is to break out to the last remainder scope. It breaks to the out-most `region_scope` of the block if the first statement is a `let-else`.