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_listand another linked list starting attarget_list, modifytarget_listso that it is followed bysource_list.