Add a comment
This commit is contained in:
parent
4a7c9ba6e3
commit
116172d180
@ -319,6 +319,7 @@ fn eval_fn_call(
|
||||
&& !self
|
||||
.fn_can_unwind(self.tcx.codegen_fn_attrs(callee_def_id).flags, callee_abi)
|
||||
{
|
||||
// The callee cannot unwind.
|
||||
unwind = StackPopUnwind::NotAllowed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user