summaryrefslogtreecommitdiffstats
path: root/teams/wg-traits.toml
blob: 601e08a49c5b65e0ec794440a68039adeb264f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = "wg-traits"
subteam-of = "compiler"
wg = true

[people]
leads = ["nikomatsakis"]
members = ["nikomatsakis"]

[website]
name = "Traits"
description = "Revamping the rustc trait implementation to follow the Chalk approach."
repo = "https://rust-lang.github.io/compiler-team/working-groups/traits/"