Skip to content

Commit 5a4b131

Browse files
authored
Merge pull request rust-lang#7090 from tzilist/master
Update RFC, MCP, FCP and CFT sections for TWiR-619
2 parents 65c8c8d + 1c27aae commit 5a4b131

File tree

1 file changed

+32
-63
lines changed

1 file changed

+32
-63
lines changed

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

Lines changed: 32 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -62,52 +62,24 @@ and just ask the editors to select the category.
6262
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6363

6464
## Calls for Testing
65-
An important step for feature implementation is for people to experiment with the
65+
An important step for RFC implementation is for people to experiment with the
6666
implementation and give feedback, especially before stabilization.
6767

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

72-
<!-- If there are new CfT items this week, use: -->
73-
<!--
74-
[Repo Name](Repo URL)
75-
* [<Feature name>](<Feature URL>)
76-
* [Testing steps](<Testing Steps URL>)
77-
-->
78-
<!-- where `Repo Name` and `Repo URL` are one of:
7972
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
80-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
81-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
82-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
83-
-->
8473

85-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
86-
CfT items did appear, of course) -->
87-
<!--
88-
* *No calls for testing were issued this week by
89-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
90-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
91-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
92-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
93-
-->
94-
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
74+
* [FR: Add a --fail-fast option to libtest](https://github.com/rust-lang/rust/issues/142859)
75+
* [Testing instructions](https://github.com/rust-lang/rust/issues/142859#issuecomment-3339090064)
76+
77+
*No calls for testing were issued this week by
9578
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
9679
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
9780
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
9881

9982
[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.
100-
-->
101-
102-
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
103-
104-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
105-
106-
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
107-
108-
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
109-
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
110-
need testing.
11183

11284
## Call for Participation; projects and speakers
11385

@@ -165,47 +137,44 @@ Revision range: [ce4beebe..8d72d3e1](https://perf.rust-lang.org/?start=ce4beebec
165137
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
166138
are the RFCs that were approved for implementation this week:
167139

168-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
169-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
170-
<!-- * []() -->
171-
172-
<!--
173-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
174-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
175-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
176-
-->
140+
* *No RFCs were approved this week.*
177141

178142
### Final Comment Period
179143

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

183-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
184-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
185-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
186-
<!-- * [disposition: ] []() -->
187-
188147
#### Tracking Issues & PRs
189-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
190-
<!-- or if none entered FCP this week, use: -->
191-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
192-
<!-- * [disposition: ] []() -->
193148

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

196-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
197-
198-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
199-
200-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
201-
202-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
151+
* [Tracking Issue for `const_slice_rotate`](https://github.com/rust-lang/rust/issues/143812)
152+
* [implement Extend<{Group, Literal, Punct, Ident}> for TokenStream](https://github.com/rust-lang/rust/pull/145722)
153+
* [Stabilize `char_max_len`](https://github.com/rust-lang/rust/pull/145610)
154+
* [Add `From` impls for wrapper types](https://github.com/rust-lang/rust/pull/146013)
155+
* [prefer alias candidates for sizedness + auto trait goals](https://github.com/rust-lang/rust/pull/144064)
156+
* [Tracking Issue for `NonZero<u*>::div_ceil`](https://github.com/rust-lang/rust/issues/132968)
157+
* [Tracking issue for release notes of #146410: Iterator repeat: no infinite loop for `last` and `count`](https://github.com/rust-lang/rust/issues/146660)
158+
* [Stabilize `rwlock_downgrade` library feature](https://github.com/rust-lang/rust/pull/143191)
159+
* [Prevent downstream `impl DerefMut for Pin<LocalType>`](https://github.com/rust-lang/rust/pull/145608)
160+
* [Forbid freely casting lifetime bounds of dyn-types](https://github.com/rust-lang/rust/pull/136776)
161+
* [Fix accidental type inference in array coercion](https://github.com/rust-lang/rust/pull/140283)
162+
* [docs(style): Specify the frontmatter style](https://github.com/rust-lang/rust/pull/145617)
163+
* [core: simplify `Extend` for tuples](https://github.com/rust-lang/rust/pull/138799)
164+
165+
*No Items entered Final Comment Period this week for
166+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
167+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
168+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
169+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
170+
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
171+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
172+
173+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
203174

204175
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
205-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
206-
<!-- or if there are no new or updated RFCs this week, use: -->
207-
<!-- * *No New or Updated RFCs were created this week.* -->
208-
<!-- * [new|updated] []() -->
176+
177+
* *No New or Updated RFCs were created this week.*
209178

210179
## Upcoming Events
211180

0 commit comments

Comments
 (0)