]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/util/bug.rs
compiletest: Do not run debuginfo tests with gdb on msvc targets
[rust.git] / src / librustc / util / bug.rs
index 02ddfab6d826e44c5030c669c7aba8fcd83d2a0d..c12b2859f728ec752737dcdb9b2e7de5a4c44237 100644 (file)
@@ -1,8 +1,8 @@
 // These functions are used by macro expansion for bug! and span_bug!
 
 use crate::ty::tls;
+use rustc_span::{MultiSpan, Span};
 use std::fmt;
-use syntax_pos::{Span, MultiSpan};
 
 #[cold]
 #[inline(never)]