]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/load.rs
Auto merge of #63177 - MOZGIII:find-result, r=Amanieu
[rust.git] / src / librustc_plugin_impl / load.rs
index 7eeeed1e92be12e919aef1c5720afb3c0dca6bfc..3010691dba20d04bd615b9ed7eb942ff1069cc3f 100644 (file)
@@ -5,6 +5,7 @@
 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 syntax::ast::{Crate, Ident};
 use syntax::struct_span_err;
 use syntax::symbol::sym;
-use syntax_pos::Span;
 
 use rustc_error_codes::*;