@@ -8,7 +8,7 @@ type: docs
8
8
This working group aims to implement an analysis to detect when functions could remain polymorphic
9
9
during code generation.
10
10
11
- - ** Leads:** [ @ nikomatsakis ] [ nikomatsakis ] and [ @ davidtwco ] [ davidtwco ]
11
+ - ** Leads/members :** See [ rust-lang/team ] [ team ]
12
12
13
13
[ status ] : https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge
14
14
@@ -23,11 +23,10 @@ This working group aims to accomplish the following:
23
23
could create a copy for each distinct size of type (rather than each type).
24
24
25
25
# How can I get involved?
26
- The scope of this working group is quite limited and the project is part
27
- of [ davidtwco] [ davidtwco ] 's Master's Thesis, so there aren't many opportunities to get involved.
28
- If you have any questions, feel free to drop them in the Zulip stream.
26
+ There isn't a massive amount of work to be done in parallel relating to polymorphization, but if
27
+ you're interested in getting involved then feel free to pop into the Zulip stream.
29
28
30
- - ** Desired experience level:** N/A
29
+ - ** Desired experience level:** Some familiarity with the MIR and substitutions
31
30
- ** Relevant repositories:** [ ` rust-lang/rust ` ] [ repo ]
32
31
- ** Zulip stream:** [ ` #t-compiler/wg-polymorphization ` ] [ zulip ] on Zulip
33
32
@@ -36,3 +35,4 @@ If you have any questions, feel free to drop them in the Zulip stream.
36
35
37
36
[ nikomatsakis ] : https://github.com/nikomatsakis
38
37
[ davidtwco ] : https://github.com/davidtwco
38
+ [ team ] : https://github.com/rust-lang/team/blob/master/teams/wg-polymorphization.toml
0 commit comments