rust/crates/ra_hir_ty/src/infer
Florian Diebold d66daee849 Clean up handling of int/float literal types
'Unknown' int/float types actually never exist as such, they get replaced by
type variables immediately. So the whole `Uncertain<IntTy>` thing was
unnecessary and just led to a bunch of match branches that were never hit.
2020-06-06 17:52:00 +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 Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
pat.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00
path.rs Fix type parameter defaults 2020-06-05 20:09:13 +02:00
unify.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00