Function rustc_mir::borrow_check::nll::type_check::type_check_internal[][src]

fn type_check_internal<'gcx, 'tcx>(
    infcx: &InferCtxt<'_, 'gcx, 'tcx>,
    mir_def_id: DefId,
    param_env: ParamEnv<'gcx>,
    mir: &Mir<'tcx>,
    region_bound_pairs: &[(Region<'tcx>, GenericKind<'tcx>)],
    implicit_region_bound: Option<Region<'tcx>>,
    borrowck_context: Option<BorrowCheckContext<'_, 'tcx>>,
    extra: &mut FnMut(&mut TypeChecker<'_, 'gcx, 'tcx>)
) -> MirTypeckRegionConstraints<'tcx>
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?