Module clippy_utils::mir
source · Modules
Structs
- Result of
PossibleBorrowerVisitor. - V 🔒
Functions
- Checks if the block is part of a cycle
- Returns the
mir::Bodycontaining the node associated withhir_id. - Tries to determine the
Localcorresponding toexpr, if any. This function is expensive and should be used sparingly. - Returns a vector of
mir::Locationwherelocalis assigned. - Convenience wrapper around
visit_local_usage.