salsa-rs/salsa

How to associate additional data with inputs/tracked/interned objects

gavrilikhin-d opened this issue · 0 comments

I want to store location information separately from AST for better incremental compilation support. So now I need some way to associate AST nodes with their locations. How to do it?