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>,
body_id: BodyId,
cfg: &CFG)
-> (BorrowckCtxt<'a, 'tcx>, AnalysisData<'a, 'tcx>)
🔬 This is a nightly-only experimental API. (
rustc_private
)Accessor for introspective clients inspecting AnalysisData
and
the BorrowckCtxt
itself , e.g. the flowgraph visualizer.