Function rustc_borrowck::mir_borrowck

source ·
pub(crate) fn mir_borrowck(
    tcx: TyCtxt<'_>,
    def: LocalDefId
) -> &BorrowCheckResult<'_>