From 51bd71dfec6cb1be97db4f6188220debce0630de Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Tue, 30 Sep 2025 11:59:18 -0400 Subject: [PATCH] De-FCP compiler-errors --- teams/compiler-fcp.toml | 5 +++-- teams/compiler.toml | 2 +- teams/project-const-generics.toml | 2 +- teams/project-const-traits.toml | 5 +++-- teams/project-trait-system-refactor.toml | 5 +++-- teams/types-fcp.toml | 5 +++-- teams/wg-async.toml | 2 +- teams/wg-diagnostics.toml | 5 +++-- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/teams/compiler-fcp.toml b/teams/compiler-fcp.toml index 0bb5a3ca8..4b79af3bf 100644 --- a/teams/compiler-fcp.toml +++ b/teams/compiler-fcp.toml @@ -5,7 +5,6 @@ subteam-of = "compiler" leads = [] members = [ "cjgillot", - "compiler-errors", "davidtwco", "estebank", "jieyouxu", @@ -19,7 +18,9 @@ members = [ "spastorino", "wesleywiser", ] -alumni = [] +alumni = [ + "compiler-errors", +] [rfcbot] label = "T-compiler" diff --git a/teams/compiler.toml b/teams/compiler.toml index 30617b4f2..f5fafb756 100644 --- a/teams/compiler.toml +++ b/teams/compiler.toml @@ -14,7 +14,7 @@ members = [ { github = "chenyukang", roles = ["compiler-maintainer"] }, "ChrisDenton", { github = "cjgillot", roles = ["compiler-maintainer"] }, - { github = "compiler-errors", roles = ["compiler-maintainer"] }, + "compiler-errors", "cuviper", { github = "davidtwco", roles = ["compiler-maintainer"] }, "dianqk", diff --git a/teams/project-const-generics.toml b/teams/project-const-generics.toml index 87eff53c7..434de4b37 100644 --- a/teams/project-const-generics.toml +++ b/teams/project-const-generics.toml @@ -10,9 +10,9 @@ members = [ "oli-obk", "BoxyUwU", "camelid", - "compiler-errors", ] alumni = [ + "compiler-errors", "davidtwco", "varkor", "withoutboats", diff --git a/teams/project-const-traits.toml b/teams/project-const-traits.toml index 362919515..ef20bb901 100644 --- a/teams/project-const-traits.toml +++ b/teams/project-const-traits.toml @@ -7,12 +7,13 @@ leads = [ "fee1-dead", ] members = [ - "compiler-errors", "fee1-dead", "fmease", "oli-obk", ] -alumni = [] +alumni = [ + "compiler-errors", +] [[github]] orgs = ["rust-lang"] diff --git a/teams/project-trait-system-refactor.toml b/teams/project-trait-system-refactor.toml index d1195b4ab..db55daec0 100644 --- a/teams/project-trait-system-refactor.toml +++ b/teams/project-trait-system-refactor.toml @@ -11,11 +11,12 @@ leads = [ members = [ "BoxyUwU", "cjgillot", - "compiler-errors", "lcnr", "lqd", ] -alumni = [] +alumni = [ + "compiler-errors", +] [website] name = "Rustc Trait System Refactor Initiative" diff --git a/teams/types-fcp.toml b/teams/types-fcp.toml index 5c1bf6e59..3efbd8d10 100644 --- a/teams/types-fcp.toml +++ b/teams/types-fcp.toml @@ -5,14 +5,15 @@ subteam-of = "types" leads = [] members = [ "BoxyUwU", - "compiler-errors", "jackh726", "lcnr", "nikomatsakis", "oli-obk", "spastorino", ] -alumni = [] +alumni = [ + "compiler-errors", +] [rfcbot] label = "T-types" diff --git a/teams/wg-async.toml b/teams/wg-async.toml index 55bd949f5..150010a51 100644 --- a/teams/wg-async.toml +++ b/teams/wg-async.toml @@ -5,7 +5,6 @@ kind = "working-group" [people] leads = ["nikomatsakis", "tmandry"] members = [ - "compiler-errors", "eholk", "estebank", "guswynn", @@ -24,6 +23,7 @@ alumni = [ "bIgBV", "betamos", "cramertj", + "compiler-errors", "csmoe", "doc-jones", "eminence", diff --git a/teams/wg-diagnostics.toml b/teams/wg-diagnostics.toml index b747c7678..c4893e5b7 100644 --- a/teams/wg-diagnostics.toml +++ b/teams/wg-diagnostics.toml @@ -7,12 +7,13 @@ leads = ["estebank", "oli-obk"] members = [ "JohnTitor", "TaKO8Ki", - "compiler-errors", "davidtwco", "estebank", "oli-obk", ] -alumni = [] +alumni = [ + "compiler-errors", +] [[github]] orgs = ["rust-lang"]