pub fn all_lang_item_names() -> Vec<&'static str>Expand description
Closed list of lang-item names recognized by the compiler. Driving
data for diagnostics — the actual lookup goes through
LangInterfaceItem::from_str / LangEnumItem::from_str /
LangFnItem::from_str.