about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2019-11-22 20:17:22 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2019-11-22 20:17:22 +0100
commit9efd3205b57aaa8908a1eca337ab8336cdb16bc2 (patch)
treef0590643dc2e9b980568580a99be291f752ceee1
parentedc5232a4d1234d26015cd053db53f5a82c94a9d (diff)
downloadrust-9efd3205b57aaa8908a1eca337ab8336cdb16bc2.tar.gz
rust-9efd3205b57aaa8908a1eca337ab8336cdb16bc2.zip
Fix rebase fallout.
-rw-r--r--src/libsyntax/tokenstream.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/tokenstream.rs b/src/libsyntax/tokenstream.rs
index 6de9a0fb070..eb99e549a7f 100644
--- a/src/libsyntax/tokenstream.rs
+++ b/src/libsyntax/tokenstream.rs
@@ -17,6 +17,7 @@ use crate::token::{self, DelimToken, Token, TokenKind};
 
 use syntax_pos::{Span, DUMMY_SP};
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
+use rustc_macros::HashStable_Generic;
 use rustc_data_structures::sync::Lrc;
 use smallvec::{SmallVec, smallvec};