diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2019-11-10 18:10:15 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2019-11-22 20:01:43 +0100 |
| commit | 0073d3be97707b34f747c2633ac02e8c9ea89452 (patch) | |
| tree | f78b93810d96a47653dd4563ccce26f7e8544fef /src/libsyntax/lib.rs | |
| parent | 3c5ddfdd57812bec0446e791d8e8bd74ff3949b3 (diff) | |
| download | rust-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.rs | 2 |
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 {} |
