Skip to content

Commit 2384dd9

Browse files
committed
rebase fixup
1 parent 018525e commit 2384dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/middle/region.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ impl<'gcx> HashStable<StableHashingContext<'gcx>> for ScopeTree {
13331333
let ScopeTree {
13341334
root_body,
13351335
root_parent,
1336+
ref body_expr_count,
13361337
ref parent_map,
13371338
ref var_map,
13381339
ref destruction_scopes,
@@ -1346,6 +1347,7 @@ impl<'gcx> HashStable<StableHashingContext<'gcx>> for ScopeTree {
13461347
root_parent.hash_stable(hcx, hasher);
13471348
});
13481349

1350+
body_expr_count.hash_stable(hcx, hasher);
13491351
parent_map.hash_stable(hcx, hasher);
13501352
var_map.hash_stable(hcx, hasher);
13511353
destruction_scopes.hash_stable(hcx, hasher);

0 commit comments

Comments
 (0)