rust/crates/ra_hir
Florian Diebold 351c29d859 Fix handling of the binders in dyn/impl Trait
We need to be more careful now when substituting bound variables (previously, we
didn't have anything that used bound variables except Chalk, so it was not a
problem).

This is obviously quite ad-hoc; Chalk has more infrastructure for handling this
in a principled way, which we maybe should adopt.
2019-11-16 13:25:54 +01:00
..
src Fix handling of the binders in dyn/impl Trait 2019-11-16 13:25:54 +01:00
Cargo.toml Upgrade Chalk 2019-11-16 13:11:29 +01:00