This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Distinguish Place
and PlaceWithHirId
#3
Closed
Description
As part of refactoring to the new HIR place, we want to introduce a PlaceWithHirId
that separates out the hir_id
field from the rest of Place
.
We can do this by:
- rename the existing struct to
PlaceWithHirId
, get that to build - refactor to extract a few fields out of
PlaceWithHirId
into a new struct,Place
, get that to build - Split projections into another structure, adding type information will be done as part of Store Type Information within projections #5