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 | 0277351fdd8d15bfb768008bfc9ce6e10170ddce (patch) | |
| tree | 40aca399e60d651ac8c74db8cb4a936f1e4c25a3 | |
| parent | 49b5701df616523a6737b5a6541b05b1236e8e50 (diff) | |
| download | rust-0277351fdd8d15bfb768008bfc9ce6e10170ddce.tar.gz rust-0277351fdd8d15bfb768008bfc9ce6e10170ddce.zip | |
fix RA build
| -rw-r--r-- | src/tools/rust-analyzer/crates/hir-ty/src/mir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-ty/src/mir.rs b/src/tools/rust-analyzer/crates/hir-ty/src/mir.rs index 76a535e3067..9be083d0117 100644 --- a/src/tools/rust-analyzer/crates/hir-ty/src/mir.rs +++ b/src/tools/rust-analyzer/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. /// |
