From 5b31dde2f02e3f3aae14e0906ebe16bc1b78dd94 Mon Sep 17 00:00:00 2001 From: Theodore Zilist <14153237+tzilist@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:38:36 -0800 Subject: [PATCH] Update CFT, FCP, MCP and RFC sections for TWiR-624, fix FCP and Calls for Testing --- draft/2025-11-05-this-week-in-rust.md | 88 ++++++++++----------------- 1 file changed, 32 insertions(+), 56 deletions(-) diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md index 4c5bc288f..04e4c8b57 100644 --- a/draft/2025-11-05-this-week-in-rust.md +++ b/draft/2025-11-05-this-week-in-rust.md @@ -62,6 +62,7 @@ and just ask the editors to select the category. [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 ## Calls for Testing + An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. @@ -69,33 +70,11 @@ If you are a feature implementer and would like your RFC to appear in this list, `call-for-testing` label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature need testing. - [Let us know](https://github.com/rust-lang/this-week-in-rust/issues) if you would like your feature to be tracked as a part of this list. @@ -148,11 +127,7 @@ If you are an event organizer hoping to expand the reach of your event, please s Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These are the RFCs that were approved for implementation this week: - ### Final Comment Period @@ -160,42 +135,43 @@ Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final which are reaching a decision. Express your opinions now. #### Tracking Issues & PRs - #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - +* [build-std: explicit dependencies](https://github.com/rust-lang/rfcs/pull/3875) +* [build-std: always](https://github.com/rust-lang/rfcs/pull/3874) +* [build-std: context](https://github.com/rust-lang/rfcs/pull/3873) ## Upcoming Events