mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
559f8ce726
Stop inverting expectation in normalization errors We have some funky special case logic to invert the expectation and actual type for normalization errors depending on their cause code. IMO most of the error messages get better, except for `try {}` blocks' type expectations. I think that these need to be special cased in some other way, rather than via this hack. Fixes #131763 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |