Module rustc_middle::middle::resolve_lifetime
source · Expand description
Name resolution for lifetimes: 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.