account for safe target features in fndef<->closure and fndef<->fndef coerce-lubs
This commit is contained in:
parent
94ff1de61e
commit
85cf2825f4
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ fn codegen_stmt<'tcx>(fx: &mut FunctionCx<'_, '_, 'tcx>, cur_block: Block, stmt:
|
|||
lval.write_cvalue(fx, res);
|
||||
}
|
||||
Rvalue::Cast(
|
||||
CastKind::PointerCoercion(PointerCoercion::ReifyFnPointer, _),
|
||||
CastKind::PointerCoercion(PointerCoercion::ReifyFnPointer(_), _),
|
||||
ref operand,
|
||||
to_ty,
|
||||
) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue