Skip to content

Commit

Permalink
rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 committed Sep 20, 2017
1 parent 018525e commit 2384dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc/middle/region.rs
Expand Up @@ -1333,6 +1333,7 @@ impl<'gcx> HashStable<StableHashingContext<'gcx>> for ScopeTree {
let ScopeTree {
root_body,
root_parent,
ref body_expr_count,
ref parent_map,
ref var_map,
ref destruction_scopes,
Expand All @@ -1346,6 +1347,7 @@ impl<'gcx> HashStable<StableHashingContext<'gcx>> for ScopeTree {
root_parent.hash_stable(hcx, hasher);
});

body_expr_count.hash_stable(hcx, hasher);
parent_map.hash_stable(hcx, hasher);
var_map.hash_stable(hcx, hasher);
destruction_scopes.hash_stable(hcx, hasher);
Expand Down

0 comments on commit 2384dd9

Please sign in to comment.