flowistry_pdg::rustc::mir

Type Alias LocalDecls

Source
pub type LocalDecls<'tcx> = IndexSlice<Local, LocalDecl<'tcx>>;
Expand description

Types for locals

Aliased Type§

struct LocalDecls<'tcx> {
    pub raw: [LocalDecl<'tcx>],
    /* private fields */
}

Fields§

§raw: [LocalDecl<'tcx>]