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 31304c0 commit 69a3667Copy full SHA for 69a3667
src/type-inference.md
@@ -47,6 +47,8 @@ Within the closure, `infcx` has the type `InferCtxt<'cx, 'tcx>` for some
47
fresh `'cx`, while `'tcx` is the same as outside the inference context.
48
(Again, see the [`ty` chapter][ty-ch] for more details on this setup.)
49
50
+[ty-ch]: ty.html
51
+
52
The `tcx.infer_ctxt` method actually returns a builder, which means
53
there are some kinds of configuration you can do before the `infcx` is
54
created. See `InferCtxtBuilder` for more information.
0 commit comments