rust/compiler/rustc_error_messages
Dylan DPC 113f079a97
Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPC
Refactor loop into iterator; simplify negation logic.

is_dummy should return when a non-dummy is found, but instead is iterated until completion. With some inspiration from line 323 this was refactored to a single line that returns once a single counterexample is found.
2022-04-19 22:57:41 +02:00
..
locales/en-US errors: lazily load fallback fluent bundle 2022-04-13 02:44:59 +01:00
src Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPC 2022-04-19 22:57:41 +02:00
Cargo.toml errors: support fluent + parallel compiler 2022-04-05 07:01:03 +01:00