add back link

This commit is contained in:
Mark Mansi 2020-02-20 09:55:33 -06:00 committed by Who? Me?!
parent bc5c726295
commit cc4f5ce105
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Within the closure, `infcx` has the type `InferCtxt<'cx, 'tcx>` for some
fresh `'cx`, while `'tcx` is the same as outside the inference context.
(Again, see the [`ty` chapter][ty-ch] for more details on this setup.)
[ty-ch]: ty.html
The `tcx.infer_ctxt` method actually returns a builder, which means
there are some kinds of configuration you can do before the `infcx` is
created. See `InferCtxtBuilder` for more information.