We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178129 commit 9015c6dCopy full SHA for 9015c6d
compiler/rustc_codegen_cranelift/src/abi/comments.rs
@@ -79,7 +79,7 @@ pub(super) fn add_local_place_comments<'tcx>(
79
return;
80
}
81
let TyAndLayout { ty, layout } = place.layout();
82
- let rustc_target::abi::LayoutS { size, align, .. } = layout.0.0;
+ let rustc_abi::LayoutData { size, align, .. } = layout.0.0;
83
84
let (kind, extra) = place.debug_comment();
85
0 commit comments