rust/crates/ra_hir
Florian Diebold 8e8d2ffecb (Partially) fix handling of type params depending on type params
If the first type parameter gets inferred, that's still not handled correctly;
it'll require some more refactoring: E.g. if we have `Thing<T, F=fn() -> T>` and
then instantiate `Thing<_>`, that gets turned into `Thing<_, fn() -> _>` before
the `_` is instantiated into a type variable -- so afterwards, we have two type
variables without any connection to each other.
2020-06-29 16:10:20 +02:00
..
src (Partially) fix handling of type params depending on type params 2020-06-29 16:10:20 +02:00
Cargo.toml update itertools version to 0.9.0 2020-03-23 16:22:46 -07:00