mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

make `error_reported` check for delayed bugs Fixes #104768 `error_reported()` was only checking if there were errors emitted, not for `delay_bug`s which can also be a source of `ErrorGuaranteed`. I assume the same is true of `lint_err_count` but i dont know