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 39c758c commit e2171b9Copy full SHA for e2171b9
src/ty-fold.md
@@ -4,7 +4,7 @@ In [a previous chapter], we discussed instantiating binders.
4
This involves looking at everything inside of a `Early(Binder)`
5
to find any usages of the bound vars in order to replace them.
6
Binders can wrap an arbitrary Rust type `T`, not just a `Ty`.
7
-So, how do we implement the `instantiate` methods on the `Early/Binder` types.
+So, how do we implement the `instantiate` methods on the `Early/Binder` types?
8
9
The answer is a couple of traits:
10
[`TypeFoldable`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/fold/trait.TypeFoldable.html)
0 commit comments