Skip to content

Commit e9a1ded

Browse files
committed
Fixed formatting
1 parent ad8539b commit e9a1ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler/rustc_const_eval/src/interpret/intrinsics.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use rustc_infer::infer::TyCtxtInferExt;
1313
use rustc_middle::mir::interpret::{CTFE_ALLOC_SALT, read_target_uint, write_target_uint};
1414
use rustc_middle::mir::{self, BinOp, ConstValue, NonDivergingIntrinsic};
1515
use 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};
1717
use rustc_middle::{bug, span_bug, ty};
1818
use rustc_span::{Symbol, sym};
1919
use rustc_trait_selection::traits::{Obligation, ObligationCause, ObligationCtxt};
@@ -22,9 +22,9 @@ use tracing::trace;
2222
use super::memory::MemoryKind;
2323
use super::util::ensure_monomorphic_enough;
2424
use 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
};
2929
use crate::fluent_generated as fluent;
3030

0 commit comments

Comments
 (0)