rust/compiler
bors da14081468 Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko
Refactor unwind in MIR

This makes unwinding from current `Option<BasicBlock>` into
```rust
enum UnwindAction {
	Continue,
	Cleanup(BasicBlock),
	Unreachable,
	Terminate,
}
```

cc `@JakobDegen` `@RalfJung` `@Amanieu`
2023-04-07 10:31:14 +00:00
..
2023-04-04 12:38:06 -07:00
2023-03-27 18:58:07 +00:00
2023-04-06 09:34:16 +01:00
2023-04-03 15:59:21 +00:00
2023-04-06 23:14:23 +02:00
2023-03-28 01:14:28 +00:00
2023-04-06 04:55:58 +00:00
2023-04-06 08:25:53 +02:00
2023-04-06 09:34:16 +01:00
2023-04-01 23:44:16 +02:00