]> 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 8c1f416235a6c554ec0233d10c90fc27a0f1071a..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::{MultiSpan, Span};
 
 #[cold]
 #[inline(never)]