Module lang_items

Source
Expand description

Detecting lang items.

Language items are items that represent concepts intrinsic to the language itself. Examples are:

  • Traits that specify β€œkinds”; e.g., Sync, Send.
  • Traits that represent operators; e.g., Add, Sub, Index.
  • Functions called by the compiler itself.

StructsΒ§

LanguageItemCollector πŸ”’

EnumsΒ§

Duplicate πŸ”’

FunctionsΒ§

get_lang_items πŸ”’
Traverses and collects all the lang items in all crates.
provide πŸ”’