diff options
author | bors <bors@rust-lang.org> | 2023-04-07 10:31:14 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2023-04-07 10:31:14 +0000 |
commit | da140814682407ee326d36f5256bc883899a7388 (patch) | |
tree | 65282e3c91ce435de66de6b5b2cb88f53042e278 /tests/rustdoc-js-std/parser-errors.js | |
parent | b6f6104a1f62a0eec7d2e2ccdc07709fcc4c83f0 (diff) | |
parent | ea69dad8fa5db5fcd99fa0e4156efdb7a01b3f3a (diff) | |
download | rust-da140814682407ee326d36f5256bc883899a7388.tar.gz |
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`
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions