]> git.lizzy.rs Git - rust.git/commitdiff
Rebase fallout
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Thu, 28 Jun 2018 09:19:45 +0000 (11:19 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Thu, 28 Jun 2018 09:19:45 +0000 (11:19 +0200)
src/librustc/traits/query/normalize.rs

index bc2f1b7f6c7c8e13cc8f29479dff2df72ca0a8f6..a67383fb79aa06e2267e39ed5958bf4eb51487f8 100644 (file)
@@ -14,7 +14,7 @@
 
 use infer::{InferCtxt, InferOk};
 use infer::at::At;
-use mir::interpret::{GlobalId, ConstVal};
+use mir::interpret::{GlobalId, ConstValue};
 use traits::{Obligation, ObligationCause, PredicateObligation, Reveal};
 use traits::project::Normalized;
 use ty::{self, Ty, TyCtxt};