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 49b5701 commit 0277351Copy full SHA for 0277351
src/tools/rust-analyzer/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