Function rustdoc::run_renderer

source ·
pub(crate) fn run_renderer<'tcx, T: FormatRenderer<'tcx>>(
    krate: Crate,
    renderopts: RenderOptions,
    cache: Cache,
    tcx: TyCtxt<'tcx>
) -> Result<(), ErrorGuaranteed>