Skip to content

Commit 2a55d2f

Browse files
committed
Rebase fallout
1 parent 4d47330 commit 2a55d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/traits/query/normalize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
use infer::{InferCtxt, InferOk};
1616
use infer::at::At;
17-
use mir::interpret::{GlobalId, ConstVal};
17+
use mir::interpret::{GlobalId, ConstValue};
1818
use traits::{Obligation, ObligationCause, PredicateObligation, Reveal};
1919
use traits::project::Normalized;
2020
use ty::{self, Ty, TyCtxt};

0 commit comments

Comments
 (0)