Module rustc_borrowck::member_constraints
source · Structs
- Compactly stores a set of
R0 member of [R1...Rn]
constraints, indexed by the regionR0
. - Represents a
R0 member of [R1..Rn]
constraint
Functions
- Given a linked list starting at
source_list
and another linked list starting attarget_list
, modifytarget_list
so that it is followed bysource_list
.