We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0217315 commit 7a016c1Copy full SHA for 7a016c1
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