pub fn collect_unsafe_callsites<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
) -> Vec<Checkpoint<'tcx>>Expand description
Collect all unsafe MIR checkpoints in def_id with full per-checkpoint metadata.
pub fn collect_unsafe_callsites<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
) -> Vec<Checkpoint<'tcx>>Collect all unsafe MIR checkpoints in def_id with full per-checkpoint metadata.