Searched defs:LocalDecls (Results 1 – 1 of 1) sorted by relevance
73 pub type LocalDecls<'tcx> = IndexSlice<Local, LocalDecl<'tcx>>; typedef86 impl<'tcx> HasLocalDecls<'tcx> for LocalDecls<'tcx> { implementation