From 70f1d57048d2c73c8c018d0d65ceb0e2ca5d9dae Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 31 Dec 2019 20:15:40 +0300 Subject: Rename `syntax_pos` to `rustc_span` in source code --- src/libsyntax/tokenstream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/tokenstream.rs') diff --git a/src/libsyntax/tokenstream.rs b/src/libsyntax/tokenstream.rs index d9ea4a0137f..03e8fff247b 100644 --- a/src/libsyntax/tokenstream.rs +++ b/src/libsyntax/tokenstream.rs @@ -18,8 +18,8 @@ use crate::token::{self, DelimToken, Token, TokenKind}; 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}; -- cgit 1.4.1-3-g733a5