"unwind" -> "unwinding"
This commit is contained in:
parent
b98d6228db
commit
876fdcb9ec
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
StackPopUnwind::Cleanup(unwind) => Some(unwind),
|
||||
StackPopUnwind::Skip => None,
|
||||
StackPopUnwind::NotAllowed => {
|
||||
throw_ub_format!("unwind past a frame that does not allow unwinding")
|
||||
throw_ub_format!("unwinding past a frame that does not allow unwinding")
|
||||
}
|
||||
}),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue