diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2018-01-16 10:16:38 +0100 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2018-03-08 08:34:08 +0100 |
| commit | 7d2d4e320294d69f6fff3002200b7ea8809b95d1 (patch) | |
| tree | 9fb7eb37c4977c528d2b38d0bb5cc6dc27f4c81b /src/librustc/hir | |
| parent | e0045ab8915c85e35dd04e9f9d00d6d011237bfa (diff) | |
| download | rust-7d2d4e320294d69f6fff3002200b7ea8809b95d1.tar.gz rust-7d2d4e320294d69f6fff3002200b7ea8809b95d1.zip | |
Add InterpretInterner to StableHashingContext for AllocId serialization
Diffstat (limited to 'src/librustc/hir')
| -rw-r--r-- | src/librustc/hir/map/collector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/hir/map/collector.rs b/src/librustc/hir/map/collector.rs index 9bbda9d7447..3c523f5633e 100644 --- a/src/librustc/hir/map/collector.rs +++ b/src/librustc/hir/map/collector.rs @@ -529,7 +529,7 @@ struct HirItemLike<T> { hash_bodies: bool, } -impl<'hir, T> HashStable<StableHashingContext<'hir>> for HirItemLike<T> +impl<'a, 'hir, T> HashStable<StableHashingContext<'hir>> for HirItemLike<T> where T: HashStable<StableHashingContext<'hir>> { fn hash_stable<W: StableHasherResult>(&self, |
