We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
CrateStore::{lang_items, missing_lang_items}