rustc_borrowck

Function mir_borrowck

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