We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bf4af commit 21bdff8Copy full SHA for 21bdff8
src/value_and_place.rs
@@ -588,7 +588,7 @@ impl<'tcx> CPlace<'tcx> {
588
return;
589
}
590
CPlaceInner::VarPair(_local, var1, var2) => {
591
- let (data1, data2) = if self.layout().ty == dst_layout.ty {
+ let (data1, data2) = if from.layout().ty == dst_layout.ty {
592
CValue(from.0, dst_layout).load_scalar_pair(fx)
593
} else {
594
let (ptr, meta) = from.force_stack(fx);
0 commit comments