Skip to content
/ rust Public
forked from rust-lang/rust

Commit 1a75c30

Browse files
BoxyUwUKobzol
authored andcommitted
Split stuff out of representing types, and rewrite early/late bound chapter (rust-lang#2192)
1 parent a483d98 commit 1a75c30

File tree

6 files changed

+433
-370
lines changed

6 files changed

+433
-370
lines changed

src/doc/rustc-dev-guide/src/SUMMARY.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,13 @@
134134

135135
- [Prologue](./part-4-intro.md)
136136
- [Generic parameter definitions](./generic_parameters_summary.md)
137-
- [Implementation nuances of early/late bound parameters](./early-late-bound-params/early-late-bound-implementation-nuances.md)
138-
- [Interactions with turbofishing](./early-late-bound-params/turbofishing-and-early-late-bound.md)
137+
- [`EarlyBinder` and instantiating parameters](./ty_module/early_binder.md)
138+
- [Binders and Higher ranked regions](./ty_module/binders.md)
139+
- [Instantiating binders](./ty_module/instantiating_binders.md)
140+
- [Early vs Late bound parameters](./early_late_parameters.md)
139141
- [The `ty` module: representing types](./ty.md)
140142
- [ADTs and Generic Arguments](./ty_module/generic_arguments.md)
141143
- [Parameter types/consts/regions](./ty_module/param_ty_const_regions.md)
142-
- [`EarlyBinder` and instantiating parameters](./ty_module/early_binder.md)
143-
- [`Binder` and Higher ranked regions](./ty_module/binders.md)
144-
- [Instantiating binders](./ty_module/instantiating_binders.md)
145144
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
146145
- [Parameter Environments](./param_env/param_env_summary.md)
147146
- [What is it?](./param_env/param_env_what_is_it.md)

src/doc/rustc-dev-guide/src/early-late-bound-params/early-late-bound-implementation-nuances.md

-197
This file was deleted.

src/doc/rustc-dev-guide/src/early-late-bound-params/turbofishing-and-early-late-bound.md

-125
This file was deleted.

0 commit comments

Comments
 (0)