rust/crates/ra_hir_ty
Florian Diebold d5d485ef92 Implement Chalk variable kinds
This means we need to keep track of the kinds (general/int/float) of variables
in `Canonical`, which requires some more ceremony. (It also exposes some places
where we're not really dealing with canonicalization correctly -- another thing
to be cleaned up when we switch to using Chalk's types directly.)

Should fix the last remaining issue of #2534.
2020-07-01 20:40:38 +02:00
..
src Implement Chalk variable kinds 2020-07-01 20:40:38 +02:00
Cargo.toml Update Chalk to released version 2020-06-28 21:24:20 +02:00