rustc_
middle
1.84.0-nightly
(fbab78289 2024-11-04)
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>