rustc_borrowck

Function mir_borrowck

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