about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2019-11-10 18:10:15 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2019-11-22 20:01:43 +0100
commit0073d3be97707b34f747c2633ac02e8c9ea89452 (patch)
treef78b93810d96a47653dd4563ccce26f7e8544fef /src/libsyntax/lib.rs
parent3c5ddfdd57812bec0446e791d8e8bd74ff3949b3 (diff)
downloadrust-0073d3be97707b34f747c2633ac02e8c9ea89452.tar.gz
rust-0073d3be97707b34f747c2633ac02e8c9ea89452.zip
Export HashStable for DelimSpan, Lit and Path.
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 8f091c06b4b..7865323f842 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -114,4 +114,4 @@ pub mod early_buffered_lints;
 /// Requirements for a `StableHashingContext` to be used in this crate.
 /// This is a hack to allow using the `HashStable_Generic` derive macro
 /// instead of implementing everything in librustc.
-pub trait StableHashingContextLike {}
+pub trait StableHashingContextLike: syntax_pos::StableHashingContextLike {}