diff options
Diffstat (limited to 'src/libfmt_macros/tests.rs')
| -rw-r--r-- | src/libfmt_macros/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfmt_macros/tests.rs b/src/libfmt_macros/tests.rs index 71a6d51fc87..98c2a17f0dd 100644 --- a/src/libfmt_macros/tests.rs +++ b/src/libfmt_macros/tests.rs @@ -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}", |
