Type Alias rustc_mir_dataflow::framework::engine::EntrySets

source ·
pub type EntrySets<'tcx, A> = IndexVec<BasicBlock, <A as AnalysisDomain<'tcx>>::Domain>;

Aliased Type§

struct EntrySets<'tcx, A> {
    pub raw: Vec<<A as AnalysisDomain<'tcx>>::Domain>,
    /* private fields */
}

Fields§

§raw: Vec<<A as AnalysisDomain<'tcx>>::Domain>

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.