Do more name resolution in body lowering #14498
Labels
A-hir
hir and hir-def related
C-Architecture
Big architectural things which we need to figure up-front (or suggestions for rewrites :0) )
C-enhancement
Category: enhancement
Right now body lowering is just that, going from AST -> HIR, all resolution actually happens in type checking. This makes the inference query a lot more complicated than it needs to be. Some things we should probably resolve are labels, lifetimes (unsure about this one) and paths (only partially given paths might require type info for full resolution).
cc #14368 (comment)
The text was updated successfully, but these errors were encountered: