rust/compiler
Yuki Okushi b3f178350a
Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli-obk
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`.
2022-08-25 08:50:55 +09:00
..
2022-08-12 16:28:15 -04:00
2022-08-22 07:35:33 +10:00
2022-08-22 00:57:21 +09:00