Skip to content

Commit f8c980f

Browse files
team: add a new wg for rust macros
This is adding a new team that is the wg-macros as a folloup step after the MCP get merged [1]. [1] rust-lang/compiler-team#637 Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent b1b3723 commit f8c980f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

teams/wg-macros.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "wg-macros"
2+
subteam-of = "compiler"
3+
4+
[people]
5+
leads = ["vincenzopalazzo", "eholk"]
6+
members = [
7+
"jhpratt",
8+
"Veykril",
9+
"CohenArthur",
10+
"danielhenrymantilla",
11+
"vincenzopalazzo",
12+
"eholk",
13+
]
14+
alumni = [
15+
]
16+
17+
[[github]]
18+
orgs = ["rust-lang", "rust-lang-nursery"]
19+
20+
[website]
21+
name = "Macros working group"
22+
description = "Revival and Improving the Rust Macros"
23+
repo = "https://github.com/rust-lang/wg-macros"
24+
zulip-stream = "wg-macros"
25+
26+
[[zulip-groups]]
27+
name = "wg-macros"

0 commit comments

Comments
 (0)