incremental: Hide lang_items behind a query in the TyCtxt #44190
Labels
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Right now this is calculated and passed into the TyCtxt, let's convert this to a query and then calculate it on-demand!
This'll also allow us to remove
CrateStore::{lang_items, missing_lang_items}
and convert them to queries as well.The text was updated successfully, but these errors were encountered: