fb7ab9e43d
Prior to this PR, when we aborted because a "critical pass" failed, we displayed the number of errors from that critical pass. While that's the number of errors that caused compilation to abort in *that place*, that's not what people really want to know. Instead, always report the total number of errors, and don't bother to track the number of errors from the last pass that failed. This changes the compiler driver API to handle errors more smoothly, and therefore is a compiler-api-[breaking-change]. Fixes #42793. |
||
---|---|---|
.. | ||
Cargo.toml | ||
derive_registrar.rs | ||
driver.rs | ||
lib.rs | ||
pretty.rs | ||
target_features.rs | ||
test.rs |