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

fn type_check_internal<'a, 'gcx, 'tcx, F>(
    infcx: &'a InferCtxt<'a, 'gcx, 'tcx>,
    mir_def_id: DefId,
    param_env: ParamEnv<'gcx>,
    mir: &'a Mir<'tcx>,
    region_bound_pairs: &'a [(Region<'tcx>, GenericKind<'tcx>)],
    implicit_region_bound: Option<Region<'tcx>>,
    borrowck_context: Option<&'a mut BorrowCheckContext<'a, 'tcx>>,
    errors_buffer: Option<&mut Vec<Diagnostic>>,
    extra: F
) where
    F: FnMut(&mut TypeChecker<'a, 'gcx, '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?