Function rustc_borrowck::borrowck::build_borrowck_dataflow_data [−][src]
fn build_borrowck_dataflow_data<'a, 'c, 'tcx, F>(
this: &mut BorrowckCtxt<'a, 'tcx>,
force_analysis: bool,
body_id: BodyId,
get_cfg: F
) -> Option<AnalysisData<'a, 'tcx>> where
F: FnOnce(&mut BorrowckCtxt<'a, 'tcx>) -> &'c CFG,
🔬 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?