fix RA build

This commit is contained in:
Ralf Jung 2023-08-20 18:31:22 +02:00
parent 59f9c95ec0
commit 883f16d805

View file

@ -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.
///