diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2017-09-14 15:10:24 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2017-09-18 11:29:47 +0200 |
| commit | d5b1fee6fd658bf464902d46f9a6c9c2f8ab87d7 (patch) | |
| tree | 348abaa69ce23bd9608082326daec14866911e54 /src/librustc/traits | |
| parent | ba6f93ca76d7d71399a13d5c9722c3239497f8ef (diff) | |
| download | rust-d5b1fee6fd658bf464902d46f9a6c9c2f8ab87d7.tar.gz rust-d5b1fee6fd658bf464902d46f9a6c9c2f8ab87d7.zip | |
incr.comp.: Remove tcx from StableHashingContext.
Diffstat (limited to 'src/librustc/traits')
| -rw-r--r-- | src/librustc/traits/specialize/specialization_graph.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/traits/specialize/specialization_graph.rs b/src/librustc/traits/specialize/specialization_graph.rs index 6895e0e8a34..0651d1904bf 100644 --- a/src/librustc/traits/specialize/specialization_graph.rs +++ b/src/librustc/traits/specialize/specialization_graph.rs @@ -369,9 +369,9 @@ pub fn ancestors(tcx: TyCtxt, } } -impl<'a, 'gcx, 'tcx> HashStable<StableHashingContext<'a, 'gcx, 'tcx>> for Children { +impl<'gcx> HashStable<StableHashingContext<'gcx>> for Children { fn hash_stable<W: StableHasherResult>(&self, - hcx: &mut StableHashingContext<'a, 'gcx, 'tcx>, + hcx: &mut StableHashingContext<'gcx>, hasher: &mut StableHasher<W>) { let Children { ref nonblanket_impls, |
