pub(crate) fn with<R>(
    f: impl for<'tcx> FnOnce(&CompilerInterface<'tcx>) -> R,
) -> RExpand description
Execute the given function with access the CompilerInterface.
I.e., This function will load the current interface and calls a function with it. Do not nest these, as that will ICE.