[][src]Function rustc_borrowck::borrowck::build_borrowck_dataflow_data_for_fn

pub fn build_borrowck_dataflow_data_for_fn<'a, 'tcx>(
    tcx: TyCtxt<'a, 'tcx, 'tcx>,
    body_id: BodyId,
    cfg: &CFG
) -> (BorrowckCtxt<'a, 'tcx>, AnalysisData<'a, '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?

Accessor for introspective clients inspecting AnalysisData and the BorrowckCtxt itself , e.g. the flowgraph visualizer.