☰
Type Definition LocalDecls
Trait Implementations
HasLocalDecls<'tcx>
Other items in
rustc_middle
::
mir
All crates
?
Type Definition
rustc_middle
::
mir
::
LocalDecls
[
−
]
[src]
pub type LocalDecls<'tcx> =
IndexVec
<
Local
,
LocalDecl
<'tcx>>;
Expand description
Types for locals
Trait Implementations
[src]
impl<'tcx>
HasLocalDecls
<'tcx> for
LocalDecls
<'tcx>
[src]
fn
local_decls
(&self) -> &
LocalDecls
<'tcx>