rust/crates/hir_ty
Florian Diebold d674d7185d Represent opaque types with TyKind::OpaqueType
... instead of using `AliasTy`. Chalk turns the alias type into the
placeholder during unification anyway, which confuses our method
resolution logic.

Fixes #9530.
2021-07-08 21:40:35 +02:00
..
src Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
Cargo.toml minor: drop dummy authors field 2021-07-05 14:19:41 +03:00