Module rustc_middle::middle::resolve_bound_vars
source · Expand description
Name resolution for lifetimes and late-bound type and const variables: type declarations.
Structs
- Maps the id of each lifetime reference to the lifetime decl that it corresponds to.
Enums
- 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.