summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-05-15 14:34:55 -0400
committerGitHub <noreply@github.com>2019-05-15 14:34:55 -0400
commit493ec0fc201e09b6eebde443ed621c025398bbb8 (patch)
tree3e3496fd4f8017f9c45a2249a42b0ea0d669a5d5 /teams
parent8dc126fb27f7bbae6c183b14e4d4d5c1b27d49d2 (diff)
parent633a3df66da1717c2a41ce342d5adf6bc55a267a (diff)
Merge pull request #62 from spastorino/add_learning_wg
Add learning WG
Diffstat (limited to 'teams')
-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"