Add a comment
This commit is contained in:
parent
4a7c9ba6e3
commit
116172d180
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
&& !self
|
||||
.fn_can_unwind(self.tcx.codegen_fn_attrs(callee_def_id).flags, callee_abi)
|
||||
{
|
||||
// The callee cannot unwind.
|
||||
unwind = StackPopUnwind::NotAllowed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue