Skip to content

Commit a9f1455

Browse files
authored
Merge pull request #232 from nikomatsakis/tait-gat-split
separate the TAIT + GAT initiatives from the rest
2 parents 6bf4212 + 492baa9 commit a9f1455

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
- [📅 Roadmap](./vision/roadmap.md)
3030
- [Async fn everywhere](./vision/roadmap/async_fn.md)
3131
- [Async fn fundamentals](./vision/roadmap/async_fn/async_fn_fundamentals.md)
32-
- [Type alias impl Trait](./vision/roadmap/async_fn/async_fn_fundamentals/tait.md)
33-
- [Generic associated types](./vision/roadmap/async_fn/async_fn_fundamentals/gats.md)
3432
- [Static async trait](./vision/roadmap/async_fn/async_fn_fundamentals/static_async_trait.md)
3533
- [impl Trait in traits](./vision/roadmap/async_fn/async_fn_fundamentals/impl_trait_in_traits.md)
3634
- [Dyn async trait](./vision/roadmap/async_fn/async_fn_fundamentals/dyn_async_trait.md)

src/vision/roadmap.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
2626
| Deliverable | State | Progress | [Owner] |
2727
| --- | --- | --- | --- |
2828
| 🔻 [Async fn everywhere] | 🦀 | ▰▰▱▱▱▱ | [tmandry] |
29+
|   [Type Alias Impl Trait] | 🦀 | ▰▰▰▰▰▱ | [oli-obk] |
30+
|   [Generic Associated Types] | 🦀 | ▰▰▰▰▰▱ | [jackh726] |
2931
|   [Fundamentals] | 🦀 | ▰▰▱▱▱▱ | [tmandry] |
3032
|   [Boxable async functions] || ▰▱▱▱▱▱ | maybe you? |
3133
|   [Async main and tests] | 💤 | ▰▱▱▱▱▱ | |
@@ -88,6 +90,8 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
8890
[Testing]: ./roadmap/testing.md
8991
[Threadsafe portability]: ./roadmap/threadsafe_portability.md
9092
[Async overloading]: ./roadmap/async_overloading.md
93+
[Generic Associated Types]: https://github.com/nikomatsakis/generic-associated-types-initiative/
94+
[Type Alias Impl Trait]: https://github.com/nikomatsakis/impl-trait-initiative/
9195

9296
[nikomatsakis]: https://github.com/nikomatsakis
9397
[tmandry]: https://github.com/tmandry
@@ -96,5 +100,7 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
96100
[eholk]: https://github.com/eholk
97101
[pnkfelix]: https://github.com/pnkfelix
98102
[eliza weisman]: https://github.com/hawkw
103+
[jackh726]: https://github.com/jackh726
104+
[oli-obk]: https://github.com/oli-obk
99105

100106
[wg leads]: ../welcome.md#leads

src/vision/roadmap/async_fn/async_fn_fundamentals.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
| Milestone | State | Key participants |
1515
| --- | --- | --- |
16-
| [Feature complete] for [type alias impl trait] | 🦀 | [nikomatsakis], [oli-obk] |
17-
| [Feature complete] for [generic associated types] | 🦀 | [nikomatsakis], [jackh726] |
1816
| Author [evaluation doc] for [static async trait] | 🦀 | [tmandry]
1917
| Author [evaluation doc] for [dyn async trait] | 🦀 | [tmandry]
2018
| Author [evaluation doc] for [async drop] | 🦀 | [tmandry]

0 commit comments

Comments
 (0)