flowistry_pdg_construction::construct

Type Alias PdgCacheKey

Source
pub type PdgCacheKey<'tcx> = Instance<'tcx>;
Expand description

How we are indexing into PdgCache

Aliased Type§

struct PdgCacheKey<'tcx> {
    pub def: InstanceKind<'tcx>,
    pub args: &'tcx RawList<(), GenericArg<'tcx>>,
}

Fields§

§def: InstanceKind<'tcx>§args: &'tcx RawList<(), GenericArg<'tcx>>