about summary refs log tree commit diff
path: root/src/librustc_plugin_impl/load.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_plugin_impl/load.rs')
-rw-r--r--src/librustc_plugin_impl/load.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin_impl/load.rs b/src/librustc_plugin_impl/load.rs
index 7eeeed1e92b..3010691dba2 100644
--- a/src/librustc_plugin_impl/load.rs
+++ b/src/librustc_plugin_impl/load.rs
@@ -5,6 +5,7 @@ use rustc::middle::cstore::MetadataLoader;
 use rustc::session::Session;
 use rustc_metadata::locator;
 
+use rustc_span::Span;
 use std::borrow::ToOwned;
 use std::env;
 use std::mem;
@@ -12,7 +13,6 @@ 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::*;