We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6245d8d commit f971c60Copy full SHA for f971c60
crates/hir-ty/src/mir.rs
@@ -368,7 +368,7 @@ pub enum TerminatorKind {
368
///
369
/// Only permitted in cleanup blocks. `Resume` is not permitted with `-C unwind=abort` after
370
/// deaggregation runs.
371
- Resume,
+ UnwindResume,
372
373
/// Indicates that the landing pad is finished and that the process should abort.
374
0 commit comments