Module clippy_utils::mir::possible_borrower
source ยท Structsยง
- Contains
Region ๐ - Result of
PossibleBorrowerVisitor
. - Collects the possible borrowers of each local. For example,
b = &a; c = &a;
will makeb
and (transitively)c
possible borrowers ofa
.
Functionsยง
- rvalue_
locals ๐