Skip to content

Commit e4716a9

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-606
1 parent 38e0234 commit e4716a9

File tree

1 file changed

+26
-46
lines changed

1 file changed

+26
-46
lines changed

draft/2025-07-02-this-week-in-rust.md

Lines changed: 26 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,19 @@ Thanks to [Zeon](https://users.rust-lang.org/t/crate-of-the-week/2704/1448) for
6464
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6565

6666
## Calls for Testing
67-
6867
An important step for RFC implementation is for people to experiment with the
69-
implementation and give feedback, especially before stabilization. The following
70-
RFCs would benefit from user testing before moving forward:
71-
72-
<!-- Calls for Testing go here, use this format:
73-
* [<RFC Topic>](<RFC URL>)
74-
* [Tracking Issue](<Tracking Issue URL>)
75-
* [Testing steps](<Testing Steps URL>)
76-
-->
77-
<!-- or if there are no new or updated RFCs this week, use: -->
78-
<!-- * *No New or Updated RFCs were created this week.* -->
79-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
68+
implementation and give feedback, especially before stabilization.
8069

81-
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
70+
If you are a feature implementer and would like your RFC to appear in this list, add a
71+
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
72+
guidance on which aspect(s) of the feature need testing.
8273

83-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
74+
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
75+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
76+
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
77+
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
8478

85-
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
86-
87-
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
88-
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
89-
need testing.
79+
[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.
9080

9181
## Call for Participation; projects and speakers
9282

@@ -188,47 +178,37 @@ Revision range: [42245d34..ad3b7257](https://perf.rust-lang.org/?start=42245d34d
188178
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
189179
are the RFCs that were approved for implementation this week:
190180

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

201183
### Final Comment Period
202184

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

206-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
207-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
208-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
209-
<!-- * [disposition: ] []() -->
210-
211188
#### Tracking Issues & PRs
212-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
213-
<!-- or if none entered FCP this week, use: -->
214-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
215-
<!-- * [disposition: ] []() -->
216-
217189
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
190+
* [disposition: close] [Draft: Make into_parts methods on Vec associated functions](https://github.com/rust-lang/rust/pull/141509)
191+
* [Implement `Debug` for `EncodeWide`](https://github.com/rust-lang/rust/pull/140153)
192+
* [If `HOME` is empty, use the fallback instead](https://github.com/rust-lang/rust/pull/141840)
193+
* [Tracking Issue for duration_constructors_lite](https://github.com/rust-lang/rust/issues/140881)
194+
* [Print thread ID in panic message](https://github.com/rust-lang/rust/pull/115746)
218195

219-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
196+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
197+
* [RFC: enable `derive(From)` for single-field structs](https://github.com/rust-lang/rfcs/pull/3809)
220198

221-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
199+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
200+
* [Add `[hints]` table in `Cargo.toml`, and a `hints.mostly-unused` hint](https://github.com/rust-lang/cargo/pull/15673)
201+
* [feat(publish): Stabilize multi-package publishing](https://github.com/rust-lang/cargo/pull/15636)
222202

223-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
203+
*No Items entered Final Comment Period this week for
204+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
205+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or
206+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
224207

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

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

233213
## Upcoming Events
234214

0 commit comments

Comments
 (0)