rust/compiler/rustc_hir_analysis/src/collect
Dylan DPC 70918ecf06
Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum
Remove `VecMap`

Not sure what the use of this data structure is over just using `FxIndexMap` or a `Vec`.

r? ```@ghost```
2023-03-23 00:00:32 +05:30
..
generics_of.rs Use local key in providers 2023-03-21 15:38:51 +00:00
item_bounds.rs IdentitySubsts::identity_for_item takes Into<DefId> 2023-03-21 15:38:52 +00:00
predicates_of.rs IdentitySubsts::identity_for_item takes Into<DefId> 2023-03-21 15:38:52 +00:00
resolve_bound_vars.rs Use local key in providers 2023-03-21 15:38:51 +00:00
type_of.rs Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum 2023-03-23 00:00:32 +05:30