Skip to content

Commit 51bd71d

Browse files
De-FCP compiler-errors
1 parent 610ab29 commit 51bd71d

8 files changed

+18
-13
lines changed

teams/compiler-fcp.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ subteam-of = "compiler"
55
leads = []
66
members = [
77
"cjgillot",
8-
"compiler-errors",
98
"davidtwco",
109
"estebank",
1110
"jieyouxu",
@@ -19,7 +18,9 @@ members = [
1918
"spastorino",
2019
"wesleywiser",
2120
]
22-
alumni = []
21+
alumni = [
22+
"compiler-errors",
23+
]
2324

2425
[rfcbot]
2526
label = "T-compiler"

teams/compiler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
{ github = "chenyukang", roles = ["compiler-maintainer"] },
1515
"ChrisDenton",
1616
{ github = "cjgillot", roles = ["compiler-maintainer"] },
17-
{ github = "compiler-errors", roles = ["compiler-maintainer"] },
17+
"compiler-errors",
1818
"cuviper",
1919
{ github = "davidtwco", roles = ["compiler-maintainer"] },
2020
"dianqk",

teams/project-const-generics.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ members = [
1010
"oli-obk",
1111
"BoxyUwU",
1212
"camelid",
13-
"compiler-errors",
1413
]
1514
alumni = [
15+
"compiler-errors",
1616
"davidtwco",
1717
"varkor",
1818
"withoutboats",

teams/project-const-traits.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ leads = [
77
"fee1-dead",
88
]
99
members = [
10-
"compiler-errors",
1110
"fee1-dead",
1211
"fmease",
1312
"oli-obk",
1413
]
15-
alumni = []
14+
alumni = [
15+
"compiler-errors",
16+
]
1617

1718
[[github]]
1819
orgs = ["rust-lang"]

teams/project-trait-system-refactor.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ leads = [
1111
members = [
1212
"BoxyUwU",
1313
"cjgillot",
14-
"compiler-errors",
1514
"lcnr",
1615
"lqd",
1716
]
18-
alumni = []
17+
alumni = [
18+
"compiler-errors",
19+
]
1920

2021
[website]
2122
name = "Rustc Trait System Refactor Initiative"

teams/types-fcp.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ subteam-of = "types"
55
leads = []
66
members = [
77
"BoxyUwU",
8-
"compiler-errors",
98
"jackh726",
109
"lcnr",
1110
"nikomatsakis",
1211
"oli-obk",
1312
"spastorino",
1413
]
15-
alumni = []
14+
alumni = [
15+
"compiler-errors",
16+
]
1617

1718
[rfcbot]
1819
label = "T-types"

teams/wg-async.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ kind = "working-group"
55
[people]
66
leads = ["nikomatsakis", "tmandry"]
77
members = [
8-
"compiler-errors",
98
"eholk",
109
"estebank",
1110
"guswynn",
@@ -24,6 +23,7 @@ alumni = [
2423
"bIgBV",
2524
"betamos",
2625
"cramertj",
26+
"compiler-errors",
2727
"csmoe",
2828
"doc-jones",
2929
"eminence",

teams/wg-diagnostics.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ leads = ["estebank", "oli-obk"]
77
members = [
88
"JohnTitor",
99
"TaKO8Ki",
10-
"compiler-errors",
1110
"davidtwco",
1211
"estebank",
1312
"oli-obk",
1413
]
15-
alumni = []
14+
alumni = [
15+
"compiler-errors",
16+
]
1617

1718
[[github]]
1819
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)