Skip to content
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
rust-lang/rust
#73489
@nikomatsakis

Description

@nikomatsakis

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions