use no type in ProjectionElem::Field for PlaceBuilder::UpVar
This commit is contained in:
parent
c39de61d2a
commit
9061ffba8c
9 changed files with 105 additions and 52 deletions
|
@ -18,7 +18,7 @@ use rustc_middle::ty::Ty;
|
|||
pub struct AbstractOperand;
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
|
||||
pub struct AbstractType;
|
||||
pub type AbstractElem = ProjectionElem<AbstractOperand, AbstractType>;
|
||||
pub type AbstractElem = ProjectionElem<AbstractOperand, AbstractType, AbstractType>;
|
||||
|
||||
pub trait Lift {
|
||||
type Abstract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue