rust/crates/ra_hir_ty
bors[bot] 79c874803b
Merge #3385
3385: Fix #3373 r=matklad a=flodiebold

Basically, we need to allow variables in the caller self type to unify with the
impl's declared self type. That requires some more contortions in the variable
handling. I'm looking forward to (hopefully) handling this in a cleaner way when
we switch to Chalk's types and unification code.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2020-03-02 13:23:24 +00:00
..
src Merge #3385 2020-03-02 13:23:24 +00:00
Cargo.toml Bump chalk and replace TypeFamily with Interner 2020-02-24 22:36:57 +02:00