Module rustc_type_ir::region_kind
source · Structs§
- A region variable ID.
Enums§
- Representation of regions. Note that the NLL checker uses a distinct representation of regions. For this reason, it internally replaces all the regions with inference variables – the index of the variable is then used to index into internal NLL data structures. See
rustc_const_eval::borrow_check
module for more information.