Skip to content

Commit ab815f7

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-621 (#7134)
1 parent eee9fb6 commit ab815f7

File tree

1 file changed

+28
-59
lines changed

1 file changed

+28
-59
lines changed

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

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

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

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

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

11392
[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.
114-
-->
115-
116-
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
117-
118-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
119-
120-
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
121-
122-
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
123-
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
124-
need testing.
12593

12694
## Call for Participation; projects and speakers
12795

@@ -189,47 +157,48 @@ Revision range: [1a3cdd34..956f47c3](https://perf.rust-lang.org/?start=1a3cdd346
189157
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
190158
are the RFCs that were approved for implementation this week:
191159

192-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
193-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
194-
<!-- * []() -->
195-
196-
<!--
197-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
198-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
199-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
200-
-->
160+
* *No RFCs were approved this week.*
201161

202162
### Final Comment Period
203163

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

207-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
208-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
209-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
210-
<!-- * [disposition: ] []() -->
211-
212167
#### Tracking Issues & PRs
213-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
214-
<!-- or if none entered FCP this week, use: -->
215-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
216-
<!-- * [disposition: ] []() -->
217168

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

171+
* [iter repeat: panic on last](https://github.com/rust-lang/rust/pull/147258)
172+
* [Tracking Issue (take 2) for `more_float_constants`](https://github.com/rust-lang/rust/issues/146939)
173+
* [Temporary lifetime extension for blocks](https://github.com/rust-lang/rust/pull/146098)
174+
* [Document MaybeUninit bit validity](https://github.com/rust-lang/rust/pull/140463)
175+
* [unused_must_use: Don't warn on `Result<(), Uninhabited>` or `ControlFlow<Uninhabited, ()>`](https://github.com/rust-lang/rust/pull/147382)
176+
* [Allow passing `expr` metavariable to `cfg`](https://github.com/rust-lang/rust/pull/146961)
177+
* [Remove current code for embedding command-line args in PDB](https://github.com/rust-lang/rust/pull/147022)
178+
* [`-Znext-solver` instantiate predicate binder without recanonicalizing goal](https://github.com/rust-lang/rust/pull/146725)
179+
220180
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
221181

222-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
182+
* [Should build-plans be deleted?](https://github.com/rust-lang/cargo/issues/7614)
183+
184+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
185+
186+
* [Pass pointers to `const` in assembly](https://github.com/rust-lang/rfcs/pull/3848)
223187

224-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
188+
##### [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period)
225189

226-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
190+
* [Delegate GSoC money spending to the t-mentorship team](https://github.com/rust-lang/leadership-council/issues/232)
191+
192+
*No Items entered Final Comment Period this week for
193+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
194+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
195+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
196+
197+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
227198

228199
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
229-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
230-
<!-- or if there are no new or updated RFCs this week, use: -->
231-
<!-- * *No New or Updated RFCs were created this week.* -->
232-
<!-- * [new|updated] []() -->
200+
201+
* *No New or Updated RFCs were created this week.*
233202

234203
## Upcoming Events
235204

0 commit comments

Comments
 (0)