Function rustc_borrowck::build_borrowck_dataflow_data_for_fn
[−]
[src]
pub fn build_borrowck_dataflow_data_for_fn<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>, mir_map: Option<&'a MirMap<'tcx>>, fn_parts: FnParts<'a>, cfg: &CFG) -> (BorrowckCtxt<'a, 'tcx>, AnalysisData<'a, 'tcx>)
Unstable (
rustc_private
)Accessor for introspective clients inspecting AnalysisData
and
the BorrowckCtxt
itself , e.g. the flowgraph visualizer.