]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/load.rs
Remove rustc_hir reexports in rustc::hir.
[rust.git] / src / librustc_plugin_impl / load.rs
index 7eeeed1e92be12e919aef1c5720afb3c0dca6bfc..2215e49ec977a9834fdb2545f7936e109f712969 100644 (file)
@@ -5,14 +5,14 @@
 use rustc::session::Session;
 use rustc_metadata::locator;
 
+use rustc_span::symbol::sym;
+use rustc_span::Span;
 use std::borrow::ToOwned;
 use std::env;
 use std::mem;
 use std::path::PathBuf;
 use syntax::ast::{Crate, Ident};
 use syntax::struct_span_err;
-use syntax::symbol::sym;
-use syntax_pos::Span;
 
 use rustc_error_codes::*;