diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-20 18:31:22 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-08-20 18:31:22 +0200 |
| commit | 883f16d8057a9f1f43f34cac9ebdf90e58f7ebbd (patch) | |
| tree | 0c067c124cb3ea49a976813f334755a39720a92b | |
| parent | 59f9c95ec070b3e249275078f327148f341a4960 (diff) | |
| download | rust-883f16d8057a9f1f43f34cac9ebdf90e58f7ebbd.tar.gz rust-883f16d8057a9f1f43f34cac9ebdf90e58f7ebbd.zip | |
fix RA build
| -rw-r--r-- | crates/hir-ty/src/mir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/mir.rs b/crates/hir-ty/src/mir.rs index 76a535e3067..9be083d0117 100644 --- a/crates/hir-ty/src/mir.rs +++ b/crates/hir-ty/src/mir.rs @@ -368,7 +368,7 @@ pub enum TerminatorKind { /// /// Only permitted in cleanup blocks. `Resume` is not permitted with `-C unwind=abort` after /// deaggregation runs. - Resume, + UnwindResume, /// Indicates that the landing pad is finished and that the process should abort. /// |
