Skip to content

Commit 3196547

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-592
1 parent 1d36cc7 commit 3196547

File tree

1 file changed

+26
-47
lines changed

1 file changed

+26
-47
lines changed

draft/2025-03-26-this-week-in-rust.md

Lines changed: 26 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,19 @@ and just ask the editors to select the category.
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)
84-
85-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
72+
If you are a feature implementer
73+
and would like your RFC to appear in this list, add a `call-for-testing` label to your RFC along
74+
with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
75+
need testing.
8676

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

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

@@ -140,47 +130,36 @@ Read the [full report](https://github.com/rust-lang/rustc-perf/blob/master/triag
140130
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
141131
are the RFCs that were approved for implementation this week:
142132

143-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
144-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
145-
<!-- * []() -->
146-
147-
<!--
148-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
149-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
150-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
151-
-->
133+
* *No RFCs were approved this week.*
152134

153135
### Final Comment Period
154136

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

158-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
159-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
160-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
161-
<!-- * [disposition: ] []() -->
162-
163140
#### Tracking Issues & PRs
164-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
165-
<!-- or if none entered FCP this week, use: -->
166-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
167-
<!-- * [disposition: ] []() -->
168-
169141
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
142+
* [Deprecate the unstable `concat_idents!`](https://github.com/rust-lang/rust/pull/137653)
143+
* [Stabilize `#![feature(precise_capturing_in_traits)]`](https://github.com/rust-lang/rust/pull/138128)
170144

171-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
172-
173-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
145+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
146+
* [Tracking Issue for slice::array_chunks](https://github.com/rust-lang/rust/issues/74985)
147+
* [stabilize const_cell](https://github.com/rust-lang/rust/pull/137928)
148+
* [Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`](https://github.com/rust-lang/rust/pull/136160)
149+
* [Use `BinOp::Cmp` for `iNN::signum`](https://github.com/rust-lang/rust/pull/137835)
150+
* [Prefer built-in sized impls (and only sized impls) for rigid types always](https://github.com/rust-lang/rust/pull/138176)
174151

175-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
152+
#### Other Areas
153+
* *No Items entered Final Comment Period this week for
154+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
155+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
156+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
157+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).
176158

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

179161
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
180-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
181-
<!-- or if there are no new or updated RFCs this week, use: -->
182-
<!-- * *No New or Updated RFCs were created this week.* -->
183-
<!-- * [new|updated] []() -->
162+
* *No New or Updated RFCs were created this week.*
184163

185164
## Upcoming Events
186165

0 commit comments

Comments
 (0)