Module rustc_borrowck::member_constraints
source ยท Structsยง
- Member
Constraint ๐Set Compactly stores a set ofR0 member of [R1...Rn]
constraints, indexed by the regionR0
. - NllMember
Constraint ๐Represents aR0 member of [R1..Rn]
constraint
Functionsยง
- append_
list ๐Given a linked list starting atsource_list
and another linked list starting attarget_list
, modifytarget_list
so that it is followed bysource_list
.