"a frame" -> "a stack frame"
This commit is contained in:
parent
0777f1bbaf
commit
4ad21c9a9d
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
||||||
StackPopUnwind::Cleanup(block) => Ok(mir::Location { block, statement_index: 0 }),
|
StackPopUnwind::Cleanup(block) => Ok(mir::Location { block, statement_index: 0 }),
|
||||||
StackPopUnwind::Skip => Err(self.frame_mut().body.span),
|
StackPopUnwind::Skip => Err(self.frame_mut().body.span),
|
||||||
StackPopUnwind::NotAllowed => {
|
StackPopUnwind::NotAllowed => {
|
||||||
throw_ub_format!("unwinding past a frame that does not allow unwinding")
|
throw_ub_format!("unwinding past a stack frame that does not allow unwinding")
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Add table
Reference in a new issue