rust/crates/ra_hir
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 itertools version to 0.9.0 2020-03-23 16:22:46 -07:00