When errors have been emitted, do not continue to codegen stage #69786
Labels
A-codegen
Area: Code generation
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
After #60126 we now continue all the way to codegen even in the face of errors. We should stop before codegen as it is a waste of time.
The text was updated successfully, but these errors were encountered: