Function rustc_ty_utils::layout::coroutine_layout

source ·
fn coroutine_layout<'tcx>(
    cx: &LayoutCx<'tcx, TyCtxt<'tcx>>,
    ty: Ty<'tcx>,
    def_id: DefId,
    args: GenericArgsRef<'tcx>
) -> Result<Layout<'tcx>, &'tcx LayoutError<'tcx>>
Expand description

Compute the full coroutine layout.