Home
last modified time | relevance | path

Searched defs:LocalDecls (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs73 pub type LocalDecls<'tcx> = IndexSlice<Local, LocalDecl<'tcx>>; typedef
86 impl<'tcx> HasLocalDecls<'tcx> for LocalDecls<'tcx> { implementation