]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_expand/tests.rs
Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPC
[rust.git] / src / librustc_expand / tests.rs
index 82ab74ac1500493ee5040cc30d553e08e33e9a3f..4ed60465f24f2832bd891212ff7979ddaf22517e 100644 (file)
@@ -1,8 +1,8 @@
 use rustc_parse::{new_parser_from_source_str, parser::Parser, source_file_to_stream};
+use rustc_session::parse::ParseSess;
 use rustc_span::source_map::{FilePathMapping, SourceMap};
 use rustc_span::{BytePos, MultiSpan, Span};
 use syntax::ast;
-use syntax::sess::ParseSess;
 use syntax::tokenstream::TokenStream;
 use syntax::with_default_globals;