Skip to content

Commit d9242a3

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-606; Update DRAFT_TEMPLATE for RFC, MCP, FCP and CFT (#6780)
* Update `DRAFT_TEMPLATE` for RFC, MCP, FCP and CFT * Update RFC, MCP, FCP and CFT sections for TWiR-606
1 parent 0147480 commit d9242a3

File tree

2 files changed

+58
-55
lines changed

2 files changed

+58
-55
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
@@ -66,29 +66,19 @@ Thanks to [Zeon](https://users.rust-lang.org/t/crate-of-the-week/2704/1448) for
6666
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6767

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

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

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

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

9383
## Call for Participation; projects and speakers
9484

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

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

203185
### Final Comment Period
204186

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

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

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

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

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

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

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

235215
## Upcoming Events
236216

draft/DRAFT_TEMPLATE

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,42 @@ and just ask the editors to select the category.
5757
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5858

5959
## Calls for Testing
60+
An important step for feature implementation is for people to experiment with the
61+
implementation and give feedback, especially before stabilization.
6062

61-
An important step for RFC implementation is for people to experiment with the
62-
implementation and give feedback, especially before stabilization. The following
63-
RFCs would benefit from user testing before moving forward:
63+
If you are a feature implementer and would like your feature to appear in this list, add a
64+
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
65+
guidance on which aspect(s) of the feature need testing.
6466

65-
<!-- Calls for Testing go here, use this format:
66-
* [<RFC Topic>](<RFC URL>)
67-
* [Tracking Issue](<Tracking Issue URL>)
67+
<!-- If there are new CfT items this week, use: -->
68+
<!--
69+
[Repo Name](Repo URL)
70+
* [<Feature name>](<Feature URL>)
6871
* [Testing steps](<Testing Steps URL>)
6972
-->
70-
<!-- or if there are no new or updated RFCs this week, use: -->
71-
<!-- * *No New or Updated RFCs were created this week.* -->
72-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
73+
<!-- where `Repo Name` and `Repo URL` are one of:
74+
[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)
78+
-->
79+
80+
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
81+
CfT items did appear, of course) -->
82+
<!--
83+
* *No calls for testing were issued this week by
84+
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
85+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
86+
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
87+
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
88+
-->
89+
* *No calls for testing were issued this week by [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+
[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.
95+
-->
7396

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

0 commit comments

Comments
 (0)