rust-analyzer/crates/ra_hir_ty/src/infer
Florian Diebold 7d0586cb15 Use first match branch in case of type mismatch, not last
The comment says this was intentional, but I do agree with #4304 that it makes
more sense the other way around (for if/else as well).

Fixes #4304.
2020-05-29 16:04:56 +02:00
..
coerce.rs Use first match branch in case of type mismatch, not last 2020-05-29 16:04:56 +02:00
expr.rs Apply suggestion of @flodiebold: Get rid of multiple unwraps 2020-05-19 22:53:19 +02:00
pat.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00
path.rs Handle Self in values and patterns 2020-05-15 17:25:28 +02:00
unify.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00