about summary refs log tree commit diff
path: root/src/librustc_resolve/diagnostics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_resolve/diagnostics.rs')
-rw-r--r--src/librustc_resolve/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs
index de875808670..5647d5b2794 100644
--- a/src/librustc_resolve/diagnostics.rs
+++ b/src/librustc_resolve/diagnostics.rs
@@ -10,7 +10,7 @@ use rustc::session::Session;
 use rustc::ty::{self, DefIdTree};
 use rustc::util::nodemap::FxHashSet;
 use syntax::ast::{self, Ident, Path};
-use syntax::ext::base::MacroKind;
+use syntax_expand::base::MacroKind;
 use syntax::feature_gate::BUILTIN_ATTRIBUTES;
 use syntax::source_map::SourceMap;
 use syntax::struct_span_err;