rustc_mir_dataflow

Type Alias EntrySets

Source
pub type EntrySets<'tcx, A> = IndexVec<BasicBlock, <A as Analysis<'tcx>>::Domain>;

Aliased Type§

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

Fields§

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

Layout§

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