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