rust/crates/ra_hir_ty
Florian Diebold d3cb9ea0bf Fix another crash from wrong binders
Basically, if we had something like `dyn Trait<T>` (where `T` is a type
parameter) in an impl we lowered that to `dyn Trait<^0.0>`, when it should be
`dyn Trait<^1.0>` because the `dyn` introduces a new binder. With one type
parameter, that's just wrong, with two, it'll lead to crashes.
2020-04-18 00:01:09 +02:00
..
src Fix another crash from wrong binders 2020-04-18 00:01:09 +02:00
Cargo.toml Update Chalk 2020-04-16 12:39:00 +02:00