Skip to content

Commit 1a66e0c

Browse files
Update src/borrow_check/region_inference/constraint_propagation.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent 16e4900 commit 1a66e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/constraint_propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ As a simple example, if we have a liveness constraint `R live at E`,
3535
then we can apply `Values(R) = Values(R) union {E}` to make the
3636
constraint be satisfied. Similarly, if we have an outlives constraints
3737
`R1: R2`, we can apply `Values(R1) = Values(R1) union Values(R2)`.
38-
(Member constraints are more complex and we discuss them below.)
38+
(Member constraints are more complex and we discuss them [in this section][m_c].)
3939

4040
In practice, however, we are a bit more clever. Instead of applying
4141
the constraints in a loop, we can analyze the constraints and figure

0 commit comments

Comments
 (0)