Skip to content

Commit ff4a90d

Browse files
authored
Merge pull request #6553 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-595
2 parents d978619 + acb7a9b commit ff4a90d

File tree

1 file changed

+32
-42
lines changed

1 file changed

+32
-42
lines changed

draft/2025-04-16-this-week-in-rust.md

Lines changed: 32 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,18 @@ Despite a lack of suggestions, llogiq is pleased with his choice.
7676
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
7777

7878
## Calls for Testing
79-
8079
An important step for RFC implementation is for people to experiment with the
81-
implementation and give feedback, especially before stabilization. The following
82-
RFCs would benefit from user testing before moving forward:
80+
implementation and give feedback, especially before stabilization.
8381

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

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

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

201-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
202-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
203-
<!-- * []() -->
204-
205-
<!--
206-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
207-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
208-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
209-
-->
200+
* *No RFCs were approved this week.*
210201

211202
### Final Comment Period
212203

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

216-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
217-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
218-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
219-
<!-- * [disposition: ] []() -->
220-
221207
#### Tracking Issues & PRs
222-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
223-
<!-- or if none entered FCP this week, use: -->
224-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
225-
<!-- * [disposition: ] []() -->
226-
227208
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
228-
229-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
230-
231-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
232-
233-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
234-
235-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
209+
* [Split elided_lifetime_in_paths into tied and untied](https://github.com/rust-lang/rust/pull/120808)
210+
* [check types of const param defaults](https://github.com/rust-lang/rust/pull/139646)
211+
* [Stabilize flags for doctest cross compilation](https://github.com/rust-lang/rust/pull/137096)
212+
* [Do not remove trivial `SwitchInt` in analysis MIR](https://github.com/rust-lang/rust/pull/139042)
213+
* [Implement a lint for implicit autoref of raw pointer dereference - take 2](https://github.com/rust-lang/rust/pull/123239)
214+
* [Implement `Default` for raw pointers](https://github.com/rust-lang/rust/pull/139535)
215+
* [make abi_unsupported_vector_types a hard error](https://github.com/rust-lang/rust/pull/139309)
216+
* [Stabilize let chains in the 2024 edition](https://github.com/rust-lang/rust/pull/132833)
217+
* [Make closure capturing have consistent and correct behaviour around patterns](https://github.com/rust-lang/rust/pull/138961)
218+
* [Stabilize the `cell_update` feature](https://github.com/rust-lang/rust/pull/134446)
219+
220+
#### Other Areas
221+
* *No Items entered Final Comment Period this week for
222+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
223+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
224+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
225+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
226+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).
227+
228+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
236229

237230
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
238-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
239-
<!-- or if there are no new or updated RFCs this week, use: -->
240-
<!-- * *No New or Updated RFCs were created this week.* -->
241-
<!-- * [new|updated] []() -->
231+
* *No New or Updated RFCs were created this week.*
242232

243233
## Upcoming Events
244234

0 commit comments

Comments
 (0)