Function rustc_borrowck::mir_borrowck

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