rust-analyzer/crates/ra_hir_ty
Florian Diebold 336a3c6121 Fix #3373
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.
2020-03-01 14:31:35 +01:00
..
src Fix #3373 2020-03-01 14:31:35 +01:00
Cargo.toml Bump chalk and replace TypeFamily with Interner 2020-02-24 22:36:57 +02:00