]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_expand/tests.rs
Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJung
[rust.git] / src / librustc_expand / tests.rs
index 18dc605c9e754003e5564d7eeefa39cff919a473..4ed60465f24f2832bd891212ff7979ddaf22517e 100644 (file)
@@ -1,14 +1,14 @@
 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;
 
-use errors::emitter::EmitterWriter;
-use errors::{Handler, PResult};
 use rustc_data_structures::sync::Lrc;
+use rustc_errors::emitter::EmitterWriter;
+use rustc_errors::{Handler, PResult};
 
 use std::io;
 use std::io::prelude::*;