We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733203a commit 13f66d3Copy full SHA for 13f66d3
src/librustc/ich/impls_ty.rs
@@ -61,6 +61,9 @@ for ty::RegionKind {
61
def_id.hash_stable(hcx, hasher);
62
name.hash_stable(hcx, hasher);
63
}
64
+ ty::ReLateBound(db, ty::BrEnv) => {
65
+ db.depth.hash_stable(hcx, hasher);
66
+ }
67
ty::ReEarlyBound(ty::EarlyBoundRegion { def_id, index, name }) => {
68
69
index.hash_stable(hcx, hasher);
0 commit comments