Skip to content

Commit 64fe012

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-620 (#7111)
1 parent 735a95e commit 64fe012

File tree

1 file changed

+17
-50
lines changed

1 file changed

+17
-50
lines changed

draft/2025-10-08-this-week-in-rust.md

Lines changed: 17 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -77,42 +77,20 @@ and just ask the editors to select the category.
7777
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
7878

7979
## Calls for Testing
80-
An important step for feature implementation is for people to experiment with the
80+
An important step for RFC implementation is for people to experiment with the
8181
implementation and give feedback, especially before stabilization.
8282

83-
If you are a feature implementer and would like your feature to appear in this list, add a
83+
If you are a feature implementer and would like your RFC to appear in this list, add a
8484
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
8585
guidance on which aspect(s) of the feature need testing.
8686

87-
<!-- If there are new CfT items this week, use: -->
88-
<!--
89-
[Repo Name](Repo URL)
90-
* [<Feature name>](<Feature URL>)
91-
* [Testing steps](<Testing Steps URL>)
92-
-->
93-
<!-- where `Repo Name` and `Repo URL` are one of:
94-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
95-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
96-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
97-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
98-
-->
99-
100-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
101-
CfT items did appear, of course) -->
102-
<!--
10387
* *No calls for testing were issued this week by
10488
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
10589
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
10690
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
10791
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
108-
-->
109-
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
110-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
111-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
112-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
11392

11493
[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.
115-
-->
11694

11795
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
11896

@@ -182,47 +160,36 @@ Revision range: [8d72d3e1..1a3cdd34](https://perf.rust-lang.org/?start=8d72d3e1e
182160
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
183161
are the RFCs that were approved for implementation this week:
184162

185-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
186-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
187-
<!-- * []() -->
188-
189-
<!--
190-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
191-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
192-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
193-
-->
163+
* *No RFCs were approved this week.*
194164

195165
### Final Comment Period
196166

197167
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
198168
which are reaching a decision. Express your opinions now.
199169

200-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
201-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
202-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
203-
<!-- * [disposition: ] []() -->
204-
205170
#### Tracking Issues & PRs
206-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
207-
<!-- or if none entered FCP this week, use: -->
208-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
209-
<!-- * [disposition: ] []() -->
210171

211172
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
212173

213-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
174+
* [Uplifts and extends `clippy::needless-maybe-sized` into rustc](https://github.com/rust-lang/rust/pull/145924)
175+
* [prefer alias candidates for sizedness + auto trait goals](https://github.com/rust-lang/rust/pull/144064)
176+
* [implement Extend<{Group, Literal, Punct, Ident}> for TokenStream](https://github.com/rust-lang/rust/pull/145722)
214177

215-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
178+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
179+
* [Add `target="host"` meaning the current host](https://github.com/rust-lang/cargo/issues/13051)
216180

217-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
181+
*No Items entered Final Comment Period this week for
182+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
183+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
184+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
185+
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
186+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
218187

219-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
188+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
220189

221190
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
222-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
223-
<!-- or if there are no new or updated RFCs this week, use: -->
224-
<!-- * *No New or Updated RFCs were created this week.* -->
225-
<!-- * [new|updated] []() -->
191+
192+
* [RFC: Allow `#[ignore(Trait)]` on field to ignore it when deriving `Trait`](https://github.com/rust-lang/rfcs/pull/3869)
226193

227194
## Upcoming Events
228195

0 commit comments

Comments
 (0)