]> git.lizzy.rs Git - rust.git/commitdiff
Correct note as to location of section.
authorMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 14 Jun 2017 20:38:51 +0000 (14:38 -0600)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 14 Jun 2017 20:38:51 +0000 (14:38 -0600)
src/librustc/infer/README.md

index 68e64b8b7bfc827a03bfffd75abd246f7e2d4569..b4075f6973098eaa185ced9cfc92ac1b0d4e2be3 100644 (file)
@@ -236,4 +236,4 @@ yet, that's what we're trying to find!  In our code, we opt to unify
 
 We make use of a trait-like implementation strategy to consolidate
 duplicated code between subtypes, GLB, and LUB computations.  See the
-section on "Type Combining" below for details.
+section on "Type Combining" in combine.rs for more details.