From 2a00ec7d107901afa5f0f4651c57a89699a6af5c Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 28 Sep 2023 22:27:03 -0700 Subject: [PATCH] Add @compiler-errors to wg-async cc @rust-lang/wg-async --- teams/wg-async.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/teams/wg-async.toml b/teams/wg-async.toml index b151306ff..ea61aa35a 100644 --- a/teams/wg-async.toml +++ b/teams/wg-async.toml @@ -4,6 +4,7 @@ kind = "working-group" [people] leads = ["nikomatsakis", "tmandry"] members = [ + "compiler-errors", "eholk", "estebank", "guswynn",