Remove abort_if_errors
before borrow checking
#60005
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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.The text was updated successfully, but these errors were encountered: