about summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/eval_queries.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_mir/const_eval/eval_queries.rs')
-rw-r--r--src/librustc_mir/const_eval/eval_queries.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/const_eval/eval_queries.rs b/src/librustc_mir/const_eval/eval_queries.rs
index 6c4b69d9d76..d55620f657b 100644
--- a/src/librustc_mir/const_eval/eval_queries.rs
+++ b/src/librustc_mir/const_eval/eval_queries.rs
@@ -10,8 +10,8 @@ use rustc::mir;
 use rustc::mir::interpret::{ConstEvalErr, ErrorHandled};
 use rustc::traits::Reveal;
 use rustc::ty::{self, layout, layout::LayoutOf, subst::Subst, TyCtxt};
+use rustc_span::source_map::Span;
 use std::convert::TryInto;
-use syntax::source_map::Span;
 
 pub fn note_on_undefined_behavior_error() -> &'static str {
     "The rules on what exactly is undefined behavior aren't clear, \