Closed
Description
Filed as per #59903 (comment)
When removing abort_if_errors
call right before borrow checking, the fallout from the change causes multiple duplicated errors (which can be deduplicated with little effort) and a couple of ICEs.
We should make an effort to fix these issues and remove the abort_if_errors
call.