Skip to content

Commit b0d62eb

Browse files
committed
Sync from rust ba2142a
2 parents 7cd6922 + 85cf282 commit b0d62eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ fn codegen_stmt<'tcx>(fx: &mut FunctionCx<'_, '_, 'tcx>, cur_block: Block, stmt:
689689
lval.write_cvalue(fx, res);
690690
}
691691
Rvalue::Cast(
692-
CastKind::PointerCoercion(PointerCoercion::ReifyFnPointer, _),
692+
CastKind::PointerCoercion(PointerCoercion::ReifyFnPointer(_), _),
693693
ref operand,
694694
to_ty,
695695
) => {

0 commit comments

Comments
 (0)