]> 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 3010691dba20d04bd615b9ed7eb942ff1069cc3f..2215e49ec977a9834fdb2545f7936e109f712969 100644 (file)
@@ -5,6 +5,7 @@
 use rustc::session::Session;
 use rustc_metadata::locator;
 
+use rustc_span::symbol::sym;
 use rustc_span::Span;
 use std::borrow::ToOwned;
 use std::env;
@@ -12,7 +13,6 @@
 use std::path::PathBuf;
 use syntax::ast::{Crate, Ident};
 use syntax::struct_span_err;
-use syntax::symbol::sym;
 
 use rustc_error_codes::*;