We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d47330 commit 2a55d2fCopy full SHA for 2a55d2f
src/librustc/traits/query/normalize.rs
@@ -14,7 +14,7 @@
14
15
use infer::{InferCtxt, InferOk};
16
use infer::at::At;
17
-use mir::interpret::{GlobalId, ConstVal};
+use mir::interpret::{GlobalId, ConstValue};
18
use traits::{Obligation, ObligationCause, PredicateObligation, Reveal};
19
use traits::project::Normalized;
20
use ty::{self, Ty, TyCtxt};
0 commit comments