pub(crate) fn run_global_ctxt(
tcx: TyCtxt<'_>,
show_coverage: bool,
render_options: RenderOptions,
output_format: OutputFormat,
) -> Result<(Crate, RenderOptions, Cache), ErrorGuaranteed>
pub(crate) fn run_global_ctxt(
tcx: TyCtxt<'_>,
show_coverage: bool,
render_options: RenderOptions,
output_format: OutputFormat,
) -> Result<(Crate, RenderOptions, Cache), ErrorGuaranteed>