-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-hirhir and hir-def relatedhir and hir-def relatedC-ArchitectureBig architectural things which we need to figure up-front (or suggestions for rewrites :0) )Big architectural things which we need to figure up-front (or suggestions for rewrites :0) )C-enhancementCategory: enhancementCategory: enhancement
Description
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).
HKalbasi
Metadata
Metadata
Assignees
Labels
A-hirhir and hir-def relatedhir and hir-def relatedC-ArchitectureBig architectural things which we need to figure up-front (or suggestions for rewrites :0) )Big architectural things which we need to figure up-front (or suggestions for rewrites :0) )C-enhancementCategory: enhancementCategory: enhancement