rust-analyzer/crates/hir_ty/src/infer
Florian Diebold 4c35df47e8 Move equals_ctor to TyExt
I'd prefer getting rid of it, but it's used in the impl search and not
super easy to replace there (I think ideally the impl search would do
proper unification, but that's a bit more complicated).
2021-04-07 20:08:50 +02:00
..
coerce.rs Remove SolutionVariables, add ConstrainedSubst analogous to Chalk 2021-04-06 23:46:32 +02:00
expr.rs Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00
pat.rs Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00
path.rs Move Ty accessors to TyExt 2021-04-06 13:58:48 +02:00
unify.rs Move equals_ctor to TyExt 2021-04-07 20:08:50 +02:00