rust/crates/hir-ty
bors 6b3659d38f Auto merge of #15026 - lowr:fix/deduplicate-compl-fields, r=Veykril
fix: deduplicate fields and types in completion

Fixes #15024

- `hir_ty::autoderef()` (which is only meant to be used outside `hir-ty`) now deduplicates types and completely resolves inference variables within.
- field completion now deduplicates fields of the same name and only picks such field of the first type in the deref chain.
2023-06-12 12:53:53 +00:00
..
src Auto merge of #15026 - lowr:fix/deduplicate-compl-fields, r=Veykril 2023-06-12 12:53:53 +00:00
Cargo.toml Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00