We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf257a commit 45fc567Copy full SHA for 45fc567
src/borrow_check/region_inference/member_constraints.md
@@ -69,7 +69,7 @@ interesting to the point we are illustrating here).
69
70
The `'a: '0` and `'b: '1` constraints arise from subtyping. When we
71
construct the `(a, b)` value, it will be assigned type `(&'0 u32, &'1
72
-u32)` -- the region variables reflect that the lifetime of this
+u32)` -- the region variables reflect that the lifetimes of these
73
references could be made smaller. For this value to be created from
74
`a` and `b`, however, we do require that:
75
0 commit comments