Expand description
Collects lang items: items marked with #[lang = "..."]
attribute.
This attribute to tell the compiler about semi built-in std library features, such as Fn family of traits.
Structs§
Enums§
- Generic
Requirement - Lang
Item - A representation of all the valid language items in Rust.
- Lang
Item Target
Functions§
- crate_
lang_ items - Salsa query. This will look for lang items in a specific crate.
- lang_
item - Salsa query. Look for a lang item, starting from the specified crate and recursively traversing its dependencies.