rust/compiler/rustc_mir_transform
bors 24b8bb13bf Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk
Store def_id_to_hir_id as variant in hir_owner.

If hir_owner is Owner(_), the LocalDefId is pointing to an owner, so the ItemLocalId is 0.
If the HIR node does not exist, we store Phantom.
Otherwise, we store the HirId associated to the LocalDefId.

Related to #89278

r? `@oli-obk`
2022-01-31 14:23:44 +00:00
..
src Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk 2022-01-31 14:23:44 +00:00
Cargo.toml Update itertools to deduplicate it 2022-01-14 12:33:54 +01:00