Type Definition rustc_middle::mir::LocalDecls [−][src]
type LocalDecls<'tcx> = IndexVec<Local, LocalDecl<'tcx>>;
Types for locals
type LocalDecls<'tcx> = IndexVec<Local, LocalDecl<'tcx>>;
Types for locals
impl<'tcx> HasLocalDecls<'tcx> for LocalDecls<'tcx>
[src]fn local_decls(&self) -> &LocalDecls<'tcx>
[src]