cg_clif: Rename LayoutS to LayoutData

This commit is contained in:
Jubilee Young 2024-10-27 22:32:40 -07:00
parent e1781297f3
commit 9015c6deca

View File

@ -79,7 +79,7 @@ pub(super) fn add_local_place_comments<'tcx>(
return;
}
let TyAndLayout { ty, layout } = place.layout();
let rustc_target::abi::LayoutS { size, align, .. } = layout.0.0;
let rustc_abi::LayoutData { size, align, .. } = layout.0.0;
let (kind, extra) = place.debug_comment();