Skip to content

Commit 0277351

Browse files
committed
fix RA build
1 parent 49b5701 commit 0277351

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/hir-ty/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/mir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pub enum TerminatorKind {
368368
///
369369
/// Only permitted in cleanup blocks. `Resume` is not permitted with `-C unwind=abort` after
370370
/// deaggregation runs.
371-
Resume,
371+
UnwindResume,
372372

373373
/// Indicates that the landing pad is finished and that the process should abort.
374374
///

0 commit comments

Comments
 (0)