const PROJECT_INDEX: LocalKey<RefCell<Option<(usize, Rc<ProjectIndex>)>>>;
Project index keyed by the HIR address, which is stable for the whole lint run, so the index is built once instead of once per contract.