Merge commit '1fa693ca44
' into sync_cg_clif-2024-11-09
This commit is contained in:
commit
c94f759f10
17 changed files with 52 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue