]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/tokenstream.rs
Rollup merge of #68106 - varkor:self_self_use, r=estebank
[rust.git] / src / libsyntax / tokenstream.rs
index d9ea4a0137f42fe11d8b13d157cb3dba001f90e4..03e8fff247b396d61a4a6f37d5c4da5ef59ba5fa 100644 (file)
@@ -18,8 +18,8 @@
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
 use rustc_data_structures::sync::Lrc;
 use rustc_macros::HashStable_Generic;
+use rustc_span::{Span, DUMMY_SP};
 use smallvec::{smallvec, SmallVec};
-use syntax_pos::{Span, DUMMY_SP};
 
 use std::{iter, mem};