diff --git a/posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md b/posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md new file mode 100644 index 000000000..6a09b78ea --- /dev/null +++ b/posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md @@ -0,0 +1,19 @@ +--- +layout: post +title: "Welcome TC to the Rust language design team!" +author: Niko Matsakis and Tyler Mandry +team: The Rust Lang Team +--- + +Please join us in welcoming TC as a new member of the Rust language design team. TC has been a valuable contributor to the Rust project, serving as the lead of the lang-ops team and overseeing the Rust 2024 edition. + +TC has authored or co-authored several influential RFCs, including [RFC 3498] on revising capture rules, [RFC 3617] on precise capturing, [RFC 3484] on extern blocks, and [RFC 3513] on gen blocks. + +He has also contributed to numerous projects, including high profile projects like *async fn in traits* and *type alias impl trait*, and to less prominent efforts like improvements to match ergonomics. He looks for opportunities to unblock owners who are driving important work but need help to get that work over the finish line. During meetings, TC consistently looks to clarify tradeoffs and scope decisions in a way that drives consensus. + +We are grateful to have TC join the language design team, and we look forward to his continued contributions to the Rust project. + +[RFC 3498]: https://rust-lang.github.io/rfcs/3498-lifetime-capture-rules-2024.html +[RFC 3617]: https://rust-lang.github.io/rfcs/3617-precise-capturing.html +[RFC 3484]: https://rust-lang.github.io/rfcs/3484-unsafe-extern-blocks.html +[RFC 3513]: https://rust-lang.github.io/rfcs/3513-gen-blocks.html