]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_save_analysis/dump_visitor.rs
Auto merge of #67729 - mati865:deps, r=nikomatsakis
[rust.git] / src / librustc_save_analysis / dump_visitor.rs
index c30a26d625b78e7680e83f5747cce7b2475fe4dc..e898b8acfbefcc97c3fb803ddb1d29f7fdd9be96 100644 (file)
@@ -23,6 +23,7 @@
 use std::env;
 use std::path::Path;
 
+use rustc_span::*;
 use syntax::ast::{self, Attribute, NodeId, PatKind};
 use syntax::print::pprust::{bounds_to_string, generic_params_to_string, ty_to_string};
 use syntax::ptr::P;
@@ -30,7 +31,6 @@
 use syntax::token;
 use syntax::visit::{self, Visitor};
 use syntax::walk_list;
-use syntax_pos::*;
 
 use crate::dumper::{Access, Dumper};
 use crate::sig;