Module rustc_mir_dataflow::impls::borrowed_locals [−][src]
Structs
A dataflow analysis that tracks whether a pointer or reference could possibly exist that points to a given local.
A Visitor
that defines the transfer function for MaybeBorrowedLocals
.