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. - A wrapper that guarantees to be the same size as
T
and implements theAllocative
trait.
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.
Functions§
- A function that is fit to be handed to
#[allocative(visit = "...")]
for a map where the key does not implementAllocative
, but also has no attached heap data. - A function fit to be handed to
#[allocative(visit = "...")]
, if the type does not have any attached heap data.