1
Fork 0

Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"

This reverts commit 03770f0e2b, reversing
changes made to 01ef4b21dc.
This commit is contained in:
Rémy Rakic 2022-12-19 15:30:43 +00:00
parent 4653c93e44
commit 8275d115fb
14 changed files with 100 additions and 434 deletions

View file

@ -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;