@@ -12,14 +12,14 @@ use crate::mir::mono::{Instance, InstanceDef, StaticDef};
12
12
use crate :: mir:: { BinOp , Body , Place , UnOp } ;
13
13
use crate :: target:: MachineInfo ;
14
14
use crate :: ty:: {
15
- AdtDef , AdtKind , Allocation , AssocItems , ClosureDef , ClosureKind , FieldDef , FnDef , ForeignDef ,
15
+ AdtDef , AdtKind , Allocation , ClosureDef , ClosureKind , FieldDef , FnDef , ForeignDef ,
16
16
ForeignItemKind , ForeignModule , ForeignModuleDef , GenericArgs , GenericPredicates , Generics ,
17
17
ImplDef , ImplTrait , IntrinsicDef , LineInfo , MirConst , PolyFnSig , RigidTy , Span , TraitDecl ,
18
18
TraitDef , Ty , TyConst , TyConstId , TyKind , UintTy , VariantDef ,
19
19
} ;
20
20
use crate :: {
21
- Crate , CrateItem , CrateItems , CrateNum , DefId , Error , Filename , ImplTraitDecls , ItemKind ,
22
- Symbol , TraitDecls , mir,
21
+ AssocItems , Crate , CrateItem , CrateItems , CrateNum , DefId , Error , Filename , ImplTraitDecls ,
22
+ ItemKind , Symbol , TraitDecls , mir,
23
23
} ;
24
24
25
25
/// This trait defines the interface between stable_mir and the Rust compiler.
0 commit comments