summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2019-04-24 10:51:48 -0300
committerSantiago Pastorino <spastorino@gmail.com>2019-04-24 10:51:48 -0300
commit633a3df66da1717c2a41ce342d5adf6bc55a267a (patch)
tree19adfe1351a6c3c204ae4431f12dcedc6c7f8b8f
parent78e8a60aa6d7d95db271124c57f3bef383fa41dd (diff)
Add learning WG
-rw-r--r--teams/wg-learning.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams/wg-learning.toml b/teams/wg-learning.toml
new file mode 100644
index 0000000..30ff083
--- /dev/null
+++ b/teams/wg-learning.toml
@@ -0,0 +1,12 @@
+name = "wg-learning"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "spastorino"]
+members = ["nikomatsakis", "spastorino"]
+
+[website]
+name = "Learning"
+description = "Make the compiler easier to learn by ensuring that rustc-guide and api docs are 'complete'"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/learning"