Function rustc_driver_impl::pretty::call_with_pp_support_hir
source · fn call_with_pp_support_hir<A, F>(
ppmode: &PpHirMode,
tcx: TyCtxt<'_>,
f: F
) -> Awhere
F: FnOnce(&dyn HirPrinterSupport<'_>, Map<'_>) -> A,