Module possible_borrower

Source

Structs§

ContainsRegion 🔒
PossibleBorrowerMap
Result of PossibleBorrowerVisitor.
PossibleBorrowerVisitor 🔒
Collects the possible borrowers of each local. For example, b = &a; c = &a; will make b and (transitively) c possible borrowers of a.

Functions§

rvalue_locals 🔒