Module possible_
borrower
clippy_
utils
1.84.0-dev
Module possible_
borrower
Module Items
Structs
Functions
In clippy_
utils::
mir
Modules
possible_borrower
possible_origin
transitive_relation
Structs
LocalUsage
PossibleBorrowerMap
V
Functions
block_in_cycle
enclosing_mir
expr_local
is_local_assignment
local_assignments
used_exactly_once
visit_local_usage
clippy_utils
::
mir
Module
possible_borrower
Copy item path
Settings
Help
Summary
Source
Structs
§
Contains
Region
🔒
Possible
Borrower
Map
Result of
PossibleBorrowerVisitor
.
Possible
Borrower
Visitor
🔒
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
🔒