Module clippy_utils::mir::possible_borrower
source ยท Structsยง
- ContainsRegion ๐
- Result of
PossibleBorrowerVisitor. - Collects the possible borrowers of each local. For example,
b = &a; c = &a;will makeband (transitively)cpossible borrowers ofa.
Functionsยง
- rvalue_locals ๐