@@ -13,7 +13,7 @@ use rustc_infer::infer::TyCtxtInferExt;
1313use rustc_middle:: mir:: interpret:: { CTFE_ALLOC_SALT , read_target_uint, write_target_uint} ;
1414use rustc_middle:: mir:: { self , BinOp , ConstValue , NonDivergingIntrinsic } ;
1515use rustc_middle:: ty:: layout:: TyAndLayout ;
16- use rustc_middle:: ty:: { FloatTy , Ty , TyCtxt , TypeFoldable , PolyExistentialPredicate } ;
16+ use rustc_middle:: ty:: { FloatTy , PolyExistentialPredicate , Ty , TyCtxt , TypeFoldable } ;
1717use rustc_middle:: { bug, span_bug, ty} ;
1818use rustc_span:: { Symbol , sym} ;
1919use rustc_trait_selection:: traits:: { Obligation , ObligationCause , ObligationCtxt } ;
@@ -22,9 +22,9 @@ use tracing::trace;
2222use super :: memory:: MemoryKind ;
2323use super :: util:: ensure_monomorphic_enough;
2424use super :: {
25- AllocId , CheckInAllocMsg , ImmTy , InterpCx , InterpResult , Machine ,
26- OpTy , PlaceTy , Pointer , PointerArithmetic , Provenance , Scalar , err_ub_custom, err_unsup_format,
27- interp_ok , throw_inval , throw_ub_custom, throw_ub_format,
25+ AllocId , CheckInAllocMsg , ImmTy , InterpCx , InterpResult , Machine , OpTy , PlaceTy , Pointer ,
26+ PointerArithmetic , Provenance , Scalar , err_ub_custom, err_unsup_format, interp_ok , throw_inval ,
27+ throw_ub_custom, throw_ub_format,
2828} ;
2929use crate :: fluent_generated as fluent;
3030
0 commit comments