cg_clif: Rename LayoutS to LayoutData
This commit is contained in:
parent
e1781297f3
commit
9015c6deca
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub(super) fn add_local_place_comments<'tcx>(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let TyAndLayout { ty, layout } = place.layout();
|
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();
|
let (kind, extra) = place.debug_comment();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue