1
Fork 0

Merge commit '1fa693ca44' into sync_cg_clif-2024-11-09

This commit is contained in:
bjorn3 2024-11-09 13:48:06 +00:00
commit c94f759f10
17 changed files with 52 additions and 26 deletions

View file

@ -934,7 +934,7 @@ fn codegen_stmt<'tcx>(
let dst = codegen_operand(fx, dst);
let pointee = dst
.layout()
.pointee_info_at(fx, rustc_target::abi::Size::ZERO)
.pointee_info_at(fx, rustc_abi::Size::ZERO)
.expect("Expected pointer");
let dst = dst.load_scalar(fx);
let src = codegen_operand(fx, src).load_scalar(fx);