Rename syntax_pos
to rustc_span
in source code
This commit is contained in:
parent
38aa6bdfd7
commit
70f1d57048
383 changed files with 601 additions and 601 deletions
|
@ -50,6 +50,7 @@ use rustc::middle::stability;
|
|||
use rustc::util::nodemap::{FxHashMap, FxHashSet};
|
||||
use rustc_data_structures::flock;
|
||||
use rustc_feature::UnstableFeatures;
|
||||
use rustc_span::hygiene::MacroKind;
|
||||
use serde::ser::SerializeSeq;
|
||||
use serde::{Serialize, Serializer};
|
||||
use syntax::ast;
|
||||
|
@ -57,7 +58,6 @@ use syntax::edition::Edition;
|
|||
use syntax::print::pprust;
|
||||
use syntax::source_map::FileName;
|
||||
use syntax::symbol::{sym, Symbol};
|
||||
use syntax_pos::hygiene::MacroKind;
|
||||
|
||||
use crate::clean::{self, AttributesExt, Deprecation, GetDefId, SelfTy};
|
||||
use crate::config::RenderOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue