Function rustc_driver::pretty::call_with_pp_support_hir[][src]

fn call_with_pp_support_hir<A, F>(
    ppmode: &PpHirMode,
    tcx: TyCtxt<'_>,
    f: F
) -> A where
    F: FnOnce(&dyn HirPrinterSupport<'_>, Map<'_>) -> A,