Skip to content

Commit 6f5eee9

Browse files
Add wg-const-eval team (#332)
* Add `wg-const-eval` team * Mention soundness * Mention "Working Group" in the website title * Update teams/wg-const-eval.toml Co-authored-by: Niko Matsakis <[email protected]>
1 parent ba1ceea commit 6f5eee9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

teams/wg-const-eval.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "wg-const-eval"
2+
subteam-of = "compiler"
3+
wg = true
4+
5+
[people]
6+
leads = ["oli-obk", "RalfJung"]
7+
members = [
8+
"ecstatic-morse",
9+
"oli-obk",
10+
"RalfJung",
11+
]
12+
13+
[website]
14+
name = "Compile-time Function Evaluation Working Group"
15+
description = "Soundly expanding the capabilities of compile-time function evaluation in Rust"
16+
repo = "https://github.com/rust-lang/const-eval"
17+
18+
[github]
19+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)