Skip to content

Commit 6e0f9a2

Browse files
Gats isnt the only cool kid anymore
Co-authored-by: Michael Goulet <michael@errs.io>
1 parent 59f1356 commit 6e0f9a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bound-vars-and-params.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ in [this chapter](./generics.md).
2929

3030
## Late-bound parameters
3131

32-
Late-bound parameters in `rustc` are handled quite differently (they are also
33-
specialized to lifetimes since, right now, only late-bound lifetimes are
34-
supported, though with GATs that has to change). We indicate their potential
32+
Late-bound parameters in `rustc` are handled differently. We indicate their
3533
presence by a [`Binder`] type. The [`Binder`] doesn't know how many variables
3634
there are at that binding level. This can only be determined by walking the
3735
type itself and collecting them. So a type like `for<'a, 'b> ('a, 'b)` would be

0 commit comments

Comments
 (0)