@@ -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 , Upcast , TypeFoldable } ;
16+ use rustc_middle:: ty:: { FloatTy , Ty , TyCtxt , TypeFoldable , Upcast } ;
1717use rustc_middle:: { bug, span_bug, ty} ;
1818use rustc_span:: { Symbol , sym} ;
1919use rustc_trait_selection:: traits:: { Obligation , ObligationCause , ObligationCtxt } ;
@@ -22,8 +22,8 @@ use tracing::trace;
2222use super :: memory:: MemoryKind ;
2323use super :: util:: ensure_monomorphic_enough;
2424use super :: {
25- Allocation , AllocId , CheckInAllocMsg , ConstAllocation , ImmTy , InterpCx , InterpResult , Machine , OpTy ,
26- PlaceTy , Pointer , PointerArithmetic , Provenance , Scalar , err_ub_custom, err_unsup_format,
25+ AllocId , Allocation , CheckInAllocMsg , ConstAllocation , ImmTy , InterpCx , InterpResult , Machine ,
26+ OpTy , PlaceTy , Pointer , PointerArithmetic , Provenance , Scalar , err_ub_custom, err_unsup_format,
2727 interp_ok, throw_inval, throw_ub_custom, throw_ub_format,
2828} ;
2929use crate :: fluent_generated as fluent;
0 commit comments