Function rustc_borrowck::build_borrowck_dataflow_data_for_fnUnstable [-] [+] [src]

pub fn build_borrowck_dataflow_data_for_fn<'a, 'tcx>(tcx: &'a ctxt<'tcx>, input: FnPartsWithCFG<'a>) -> (BorrowckCtxt<'a, 'tcx>, AnalysisData<'a, 'tcx>)

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