fn record_layout_for_printing<'tcx>(
    cx: &LayoutCx<'tcx, TyCtxt<'tcx>>,
    layout: TyAndLayout<'tcx>
)
Expand description

This is invoked by the layout_of query to record the final layout of each type.