We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc5232 commit 9efd320Copy full SHA for 9efd320
src/libsyntax/tokenstream.rs
@@ -17,6 +17,7 @@ use crate::token::{self, DelimToken, Token, TokenKind};
17
18
use syntax_pos::{Span, DUMMY_SP};
19
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
20
+use rustc_macros::HashStable_Generic;
21
use rustc_data_structures::sync::Lrc;
22
use smallvec::{SmallVec, smallvec};
23
0 commit comments