]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/move_paths/abs_domain.rs
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / compiler / rustc_mir_dataflow / src / move_paths / abs_domain.rs
index 5cfbbb1ac01e773980cb20b726038875af7252cf..7806e8f45d3ade55a4f6c907a90e0d515273e88a 100644 (file)
@@ -18,7 +18,7 @@
 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;