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 16e4900 commit 1a66e0cCopy full SHA for 1a66e0c
src/borrow_check/region_inference/constraint_propagation.md
@@ -35,7 +35,7 @@ As a simple example, if we have a liveness constraint `R live at E`,
35
then we can apply `Values(R) = Values(R) union {E}` to make the
36
constraint be satisfied. Similarly, if we have an outlives constraints
37
`R1: R2`, we can apply `Values(R1) = Values(R1) union Values(R2)`.
38
-(Member constraints are more complex and we discuss them below.)
+(Member constraints are more complex and we discuss them [in this section][m_c].)
39
40
In practice, however, we are a bit more clever. Instead of applying
41
the constraints in a loop, we can analyze the constraints and figure
0 commit comments