]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_expand/tests.rs
Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakis
[rust.git] / src / librustc_expand / tests.rs
index a1ec6d674cc5e303cb81e6340b86835abb4c632d..18dc605c9e754003e5564d7eeefa39cff919a473 100644 (file)
@@ -1,8 +1,8 @@
 use rustc_parse::{new_parser_from_source_str, parser::Parser, source_file_to_stream};
+use rustc_span::source_map::{FilePathMapping, SourceMap};
 use rustc_span::{BytePos, MultiSpan, Span};
 use syntax::ast;
 use syntax::sess::ParseSess;
-use syntax::source_map::{FilePathMapping, SourceMap};
 use syntax::tokenstream::TokenStream;
 use syntax::with_default_globals;