Skip to content

Commit 44f4649

Browse files
committed
fixup 53c5eb0
1 parent a65f203 commit 44f4649

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_const_eval/src/interpret/terminator.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ use either::Either;
44
use rustc_middle::ty::TyCtxt;
55
use tracing::trace;
66

7-
use rustc_middle::span_bug;
87
use rustc_middle::{
9-
mir,
8+
bug, mir, span_bug,
109
ty::{
1110
self,
1211
layout::{FnAbiOf, IntegerExt, LayoutOf, TyAndLayout},

0 commit comments

Comments
 (0)