rust/crates/ra_hir_ty
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
..
src Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
Cargo.toml Upgrade Chalk to published version 2020-06-05 17:06:07 +02:00