rustc_
middle
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
HasLocal
Decls
Required Methods
local_decls
Implementations on Foreign Types
IndexVec<Local, LocalDecl<'tcx>>
Implementors
In rustc_
middle::
mir
rustc_middle
::
mir
Trait
HasLocalDecls
Copy item path
source
pub trait HasLocalDecls<'tcx> { // Required method fn
local_decls
(&self) -> &
LocalDecls
<'tcx>; }
Required Methods
§
source
fn
local_decls
(&self) -> &
LocalDecls
<'tcx>
Implementations on Foreign Types
§
source
§
impl<'tcx>
HasLocalDecls
<'tcx> for
IndexVec
<
Local
,
LocalDecl
<'tcx>>
source
§
fn
local_decls
(&self) -> &
LocalDecls
<'tcx>
Implementors
§
source
§
impl<'tcx>
HasLocalDecls
<'tcx> for
Body
<'tcx>
source
§
impl<'tcx>
HasLocalDecls
<'tcx> for
LocalDecls
<'tcx>