rust/crates/ra_hir_ty/src/infer
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
..
coerce.rs Implement unsize coercion using proper trait solving 2020-02-22 11:09:21 +01:00
expr.rs Do autoderef for indexing 2020-02-29 22:48:53 +01:00
pat.rs Fix handling of const patterns 2020-02-21 17:01:19 +01:00
path.rs
unify.rs Fix #3373 2020-03-01 14:31:35 +01:00