StateWithMir

Type Alias StateWithMir 

Source
pub type StateWithMir<'tcx> = State<Base<'tcx>, DefId, (), RcMir<'tcx>, (), ()>;

Aliased Type§

pub struct StateWithMir<'tcx> {
    pub base: Base<'tcx>,
    pub owner_id: DefId,
    pub thir: (),
    pub mir: Rc<Body<'tcx>>,
    pub binder: (),
    pub ty: (),
}

Fields§

§base: Base<'tcx>§owner_id: DefId§thir: ()§mir: Rc<Body<'tcx>>§binder: ()§ty: ()