Port enum instantiation to the declaration engine #3455
Labels
code quality
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler
General compiler. Should eventually become more specific as the issue is triaged
P: medium
Enum instantiations are still not fully ported to the declaration engine, which makes us end up with duplicate declaration ids for the same enum declaration.
I have tried to fix this in #3310 but ended up hitting some issues which will take more time to investigate and fix.
Since this is currently not blocking anything, I've closed that draft PR and opening this issue for tracking purposes so we can fix it later.
The text was updated successfully, but these errors were encountered: