Skip to content

Commit 69a3667

Browse files
committed
add back link
1 parent 31304c0 commit 69a3667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/type-inference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Within the closure, `infcx` has the type `InferCtxt<'cx, 'tcx>` for some
4747
fresh `'cx`, while `'tcx` is the same as outside the inference context.
4848
(Again, see the [`ty` chapter][ty-ch] for more details on this setup.)
4949

50+
[ty-ch]: ty.html
51+
5052
The `tcx.infer_ctxt` method actually returns a builder, which means
5153
there are some kinds of configuration you can do before the `infcx` is
5254
created. See `InferCtxtBuilder` for more information.

0 commit comments

Comments
 (0)