Structs§
- Maybe
Borrowed Locals - A dataflow analysis that tracks whether a pointer or reference could possibly exist that points to a given local. This analysis ignores fake borrows, so it should not be used by borrowck.
- Transfer
Function 🔒 - A
Visitorthat defines the transfer function forMaybeBorrowedLocals.
Functions§
- borrowed_
locals - The set of locals that are borrowed at some point in the MIR body.