rust/compiler/rustc_mir_build
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
..
src Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli-obk 2022-08-25 08:50:55 +09:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00