@@ -26,6 +26,8 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
26
26
| Deliverable | State | Progress | [ Owner] |
27
27
| --- | --- | --- | --- |
28
28
| 🔻 [ Async fn everywhere] | 🦀 | ▰▰▱▱▱▱ | [ tmandry] |
29
+ |   ;  ; ↳ [ Type Alias Impl Trait] | 🦀 | ▰▰▰▰▰▱ | [ oli-obk] |
30
+ |   ;  ; ↳ [ Generic Associated Types] | 🦀 | ▰▰▰▰▰▱ | [ jackh726] |
29
31
|   ;  ; ↳ [ Fundamentals] | 🦀 | ▰▰▱▱▱▱ | [ tmandry] |
30
32
|   ;  ; ↳ [ Boxable async functions] | ✋ | ▰▱▱▱▱▱ | maybe you? |
31
33
|   ;  ; ↳ [ Async main and tests] | 💤 | ▰▱▱▱▱▱ | |
@@ -88,6 +90,8 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
88
90
[ Testing ] : ./roadmap/testing.md
89
91
[ Threadsafe portability ] : ./roadmap/threadsafe_portability.md
90
92
[ 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/
91
95
92
96
[ nikomatsakis ] : https://github.com/nikomatsakis
93
97
[ tmandry ] : https://github.com/tmandry
@@ -96,5 +100,7 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
96
100
[ eholk ] : https://github.com/eholk
97
101
[ pnkfelix ] : https://github.com/pnkfelix
98
102
[ eliza weisman ] : https://github.com/hawkw
103
+ [ jackh726 ] : https://github.com/jackh726
104
+ [ oli-obk ] : https://github.com/oli-obk
99
105
100
106
[ wg leads ] : ../welcome.md#leads
0 commit comments