Module resolve_bound_vars

Source
Expand description

Name resolution for lifetimes and late-bound type and const variables: type declarations.

Structs§

ResolveBoundVars
Maps the id of each bound variable reference to the variable decl that it corresponds to.

Enums§

ObjectLifetimeDefault
ResolvedArg
Set1
A set containing, at most, one known element. If two distinct values are inserted into a set, then it becomes Many, which can be used to detect ambiguities.