Expand description
This module implements compiler logic related to name/value binding definitions (that is, attribute sets and let-expressions).
In the case of recursive scopes these cases share almost all of their (fairly complex) logic.
Structs§
Enums§
Traits§
- Wrapper around the
ast::HasEntry
trait as that trait can not be implemented for custom types.