Skip to content

Commit e2171b9

Browse files
committed
is a question
1 parent 39c758c commit e2171b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty-fold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In [a previous chapter], we discussed instantiating binders.
44
This involves looking at everything inside of a `Early(Binder)`
55
to find any usages of the bound vars in order to replace them.
66
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.
7+
So, how do we implement the `instantiate` methods on the `Early/Binder` types?
88

99
The answer is a couple of traits:
1010
[`TypeFoldable`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/fold/trait.TypeFoldable.html)

0 commit comments

Comments
 (0)