rust/compiler/rustc_errors
Nicholas Nethercote dd61eba3c3 Simplify lint error counting.
Of the error levels satisfying `is_error`, `Level::Error` is the only
one that can be a lint, so there's no need to check for it.

(And even if it wasn't, it would make more sense to include
non-`Error`-but-`is_error` lints under `lint_err_count` than under
`err_count`.)
2024-01-11 07:56:20 +11:00
..
2024-01-11 07:56:20 +11:00
2023-10-30 08:46:02 +11:00