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