Type Definition rustc_middle::mir::LocalDecls[][src]

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

Types for locals

Trait Implementations