rust/compiler/rustc_middle
Matthias Krüger 4843946a10
Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk
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
2022-11-24 21:34:54 +01:00
..
src Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk 2022-11-24 21:34:54 +01:00
Cargo.toml Fix doctest errors related to rustc_middle 2022-11-20 11:10:45 +09:00
README.md

For more information about how rustc works, see the rustc dev guide.