]> git.lizzy.rs Git - rust.git/blobdiff - src/libfmt_macros/tests.rs
Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton
[rust.git] / src / libfmt_macros / tests.rs
index 71a6d51fc870cc893c58f9ed8301f6db796b0cef..98c2a17f0dd54d41da10596d3554c519034826e7 100644 (file)
@@ -144,7 +144,7 @@ fn format_align_fill() {
 }
 #[test]
 fn format_counts() {
-    use syntax_pos::{edition, Globals, GLOBALS};
+    use rustc_span::{edition, Globals, GLOBALS};
     GLOBALS.set(&Globals::new(edition::DEFAULT_EDITION), || {
         same(
             "{:10x}",