Skip to content

Commit ac39f36

Browse files
author
hyd-dev
committed
🤦
1 parent 8ef3974 commit ac39f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/interpret/terminator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
316316
}
317317

318318
if !matches!(unwind, StackPopUnwind::NotAllowed)
319-
&& self
319+
&& !self
320320
.fn_can_unwind(self.tcx.codegen_fn_attrs(callee_def_id).flags, callee_abi)
321321
{
322322
unwind = StackPopUnwind::NotAllowed;

0 commit comments

Comments
 (0)