Skip to content

Commit 64d44dc

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-605
1 parent 6c75c1b commit 64d44dc

File tree

1 file changed

+25
-39
lines changed

1 file changed

+25
-39
lines changed

draft/2025-06-25-this-week-in-rust.md

Lines changed: 25 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@ and just ask the editors to select the category.
5959
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6060

6161
## Calls for Testing
62-
6362
An important step for RFC implementation is for people to experiment with the
64-
implementation and give feedback, especially before stabilization. The following
65-
RFCs would benefit from user testing before moving forward:
63+
implementation and give feedback, especially before stabilization.
6664

67-
<!-- Calls for Testing go here, use this format:
68-
* [<RFC Topic>](<RFC URL>)
69-
* [Tracking Issue](<Tracking Issue URL>)
70-
* [Testing steps](<Testing Steps URL>)
71-
-->
72-
<!-- or if there are no new or updated RFCs this week, use: -->
73-
<!-- * *No New or Updated RFCs were created this week.* -->
74-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
65+
If you are a feature implementer and would like your RFC to appear in this list, add a
66+
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
67+
guidance on which aspect(s) of the feature need testing.
68+
69+
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
70+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
71+
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
72+
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
73+
74+
[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.
7575

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

@@ -126,47 +126,33 @@ If you are an event organizer hoping to expand the reach of your event, please s
126126
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
127127
are the RFCs that were approved for implementation this week:
128128

129-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
130-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
131-
<!-- * []() -->
132-
133-
<!--
134-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
135-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
136-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
137-
-->
129+
* *No RFCs were approved this week.*
138130

139131
### Final Comment Period
140132

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

144-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
145-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
146-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
147-
<!-- * [disposition: ] []() -->
148-
149136
#### Tracking Issues & PRs
150-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
151-
<!-- or if none entered FCP this week, use: -->
152-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
153-
<!-- * [disposition: ] []() -->
154-
155137
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
138+
* [Use lld by default on x86_64-unknown-linux-gnu stable](https://github.com/rust-lang/rust/pull/140525)
139+
* [Allow #[must_use] on associated types to warn on unused values in generic contexts](https://github.com/rust-lang/rust/pull/142590)
140+
* [Fix proc_macro::Ident 's handling of $crate](https://github.com/rust-lang/rust/pull/141996)
141+
* [Ensure non-empty buffers for large vectored I/O](https://github.com/rust-lang/rust/pull/138879)
156142

157-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
158-
159-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
143+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
144+
* [RFC: --crate-attr](https://github.com/rust-lang/rfcs/pull/3791)
160145

161-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
146+
*No Items entered Final Comment Period this week for
147+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
148+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
149+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or
150+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
162151

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

165154
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
166-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
167-
<!-- or if there are no new or updated RFCs this week, use: -->
168-
<!-- * *No New or Updated RFCs were created this week.* -->
169-
<!-- * [new|updated] []() -->
155+
* *No New or Updated RFCs were created this week.*
170156

171157
## Upcoming Events
172158

0 commit comments

Comments
 (0)