Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"
This reverts commit03770f0e2b
, reversing changes made to01ef4b21dc
.
This commit is contained in:
parent
4653c93e44
commit
8275d115fb
14 changed files with 100 additions and 434 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, AbstractType>;
|
||||
pub type AbstractElem = ProjectionElem<AbstractOperand, AbstractType>;
|
||||
|
||||
pub trait Lift {
|
||||
type Abstract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue