Skip to content

Commit f971c60

Browse files
committed
fix RA build
1 parent 6245d8d commit f971c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/mir.rs

Lines changed: 1 addition & 1 deletion
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)