Function rustc_typeck::check::typeck_with_fallback
source · fn typeck_with_fallback<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: LocalDefId,
fallback: impl Fn() -> Ty<'tcx> + 'tcx
) -> &'tcx TypeckResults<'tcx>
fn typeck_with_fallback<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: LocalDefId,
fallback: impl Fn() -> Ty<'tcx> + 'tcx
) -> &'tcx TypeckResults<'tcx>