Skip to content

Commit 0048073

Browse files
Merge pull request #398 from davidtwco/polymorphization-wg
Add polymorphization working group
2 parents aa7d483 + 379eccc commit 0048073

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

teams/wg-polymorphization.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name = "wg-polymorphization"
2+
subteam-of = "compiler"
3+
wg = true
4+
5+
[people]
6+
leads = ["davidtwco"]
7+
members = ["davidtwco", "eddyb", "lcnr"]
8+
9+
[website]
10+
name = "Polymorphization working group"
11+
description = "Implementing polymorphization to reduce unnecessary monomorphisation in rustc"
12+
repo = "https://rust-lang.github.io/compiler-team/working-groups/polymorphization/"

0 commit comments

Comments
 (0)