Skip to content

Commit e7e72a1

Browse files
committed
Format
1 parent 08ca351 commit e7e72a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

compiler/rustc_const_eval/src/const_eval/dyn_trait.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
use rustc_middle::mir::interpret::{interp_ok, CtfeProvenance, InterpResult, Scalar};
2-
use rustc_middle::{span_bug, ty};
1+
use rustc_middle::mir::interpret::{CtfeProvenance, InterpResult, Scalar, interp_ok};
32
use rustc_middle::ty::{Region, Ty};
3+
use rustc_middle::{span_bug, ty};
44
use rustc_span::def_id::DefId;
55
use rustc_span::sym;
6+
67
use crate::const_eval::CompileTimeMachine;
78
use crate::interpret::{Immediate, InterpCx, MPlaceTy, MemoryKind, Writeable};
89
impl<'tcx> InterpCx<'tcx, CompileTimeMachine<'tcx>> {

0 commit comments

Comments
 (0)