Crate flowistry_pdg
source ·Modules
- pdg 🔒The representation of the PDG.
- rustc 🔒
- Exports either rustc identifiers or their proxies depending on whether the
rustc
feature is enabled. - Proxies for Rustc types used within the PDG.
Structs
- A location within the global call-graph.
- A
RichLocation
within a specific point in a codebase.
Enums
- Extends a MIR body’s
Location
withStart
(before the first instruction) andEnd
(after all returns). - Additional information about the source of data.
- Additional information about this mutation.