Replace EditionedFileId
with a better abstraction
#19128
Labels
A-hygiene
A-ide
general IDE features
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
The introduction of
EditionedFileId
was mainly meant to get edition-based parsing working fast with the 2024 edition coming up and some other things. It is kind of annoying to deal with though wrt toHirFileId
as the IDE doesn't always have the edition at hand while already dealing withHirFileId
s for the macro cases. That is, within the HIR layer, this abstraction works fairly well. But we need something else in the IDE layer I believe.The text was updated successfully, but these errors were encountered: