Structs§
- 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.
- AVisitorthat defines the transfer function forMaybeBorrowedLocals.
Functions§
- The set of locals that are borrowed at some point in the MIR body.