pub(crate) fn borrowck_check_region_constraints<'tcx>(
root_cx: &mut BorrowCheckRootCtxt<'tcx>,
_: CollectRegionConstraintsResult<'tcx>,
) -> PropagatedBorrowCheckResults<'tcx>
Expand description
Using the region constraints computed by borrowck_collect_region_constraints and the additional constraints from BorrowCheckRootCtxt::handle_opaque_type_uses, compute the region graph and actually check for any borrowck errors.