Skip to content

Commit 1fd1fc9

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-598 (#6618)
1 parent ad19584 commit 1fd1fc9

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

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

+37-37
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,18 @@ Thanks to [Julius Michaelis](https://users.rust-lang.org/t/crate-of-the-week/270
7070
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
7171

7272
## Calls for Testing
73-
7473
An important step for RFC implementation is for people to experiment with the
75-
implementation and give feedback, especially before stabilization. The following
76-
RFCs would benefit from user testing before moving forward:
74+
implementation and give feedback, especially before stabilization.
7775

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

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

@@ -219,47 +218,48 @@ Revision range: [25cdf1f6..62c5f58f](https://perf.rust-lang.org/?start=25cdf1f67
219218
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
220219
are the RFCs that were approved for implementation this week:
221220

222-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
223-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
224-
<!-- * []() -->
225-
226-
<!--
227-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
228-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
229-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
230-
-->
221+
* *No RFCs were approved this week.*
231222

232223
### Final Comment Period
233224

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

237-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
238-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
239-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
240-
<!-- * [disposition: ] []() -->
241-
242228
#### Tracking Issues & PRs
243-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
244-
<!-- or if none entered FCP this week, use: -->
245-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
246-
<!-- * [disposition: ] []() -->
247-
248229
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
230+
* [Temporary lifetime extension through tuple struct and tuple variant constructors](https://github.com/rust-lang/rust/pull/140593)
231+
* [Stabilize the avx512 target features](https://github.com/rust-lang/rust/pull/138940)
232+
* [Make `missing_fragment_specifier` an unconditional error](https://github.com/rust-lang/rust/pull/128425)
233+
* [Error on recursive opaque ty in HIR typeck](https://github.com/rust-lang/rust/pull/139419)
234+
* [Add `std::io::Seek instance` for `std::io::Take`](https://github.com/rust-lang/rust/pull/138023)
235+
* [remove intrinsics::drop_in_place](https://github.com/rust-lang/rust/pull/140151)
236+
* [Stabilize `tcp_quickack`](https://github.com/rust-lang/rust/pull/129121)
237+
* [Change the desugaring of `assert!` for better error output](https://github.com/rust-lang/rust/pull/122661)
238+
* [Tracking Issue for `non_null_from_ref]`(https://github.com/rust-lang/rust/issues/130823)
239+
* [Make well-formedness predicates no longer coinductive](https://github.com/rust-lang/rust/pull/140208)
240+
* [Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::cmp`](https://github.com/rust-lang/rust/pull/139357)
241+
* [Finalize repeat expr inference behaviour with inferred repeat counts](https://github.com/rust-lang/rust/pull/139635)
242+
* [Implement (part of) ACP 429: add `DerefMut` to `Lazy[Cell/Lock]`](https://github.com/rust-lang/rust/pull/129334)
243+
244+
#### Other Areas
249245

250246
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
247+
* [Stabilize doctest-xcompile](https://github.com/rust-lang/cargo/pull/15462)
251248

252-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
249+
#### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
250+
* [RFC: map_or_default in Option and Result](https://github.com/rust-lang/rfcs/pull/3148)
253251

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

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

258259
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
259-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
260-
<!-- or if there are no new or updated RFCs this week, use: -->
261-
<!-- * *No New or Updated RFCs were created this week.* -->
262-
<!-- * [new|updated] []() -->
260+
* [RFC: enable derive(From) for single-field structs](https://github.com/rust-lang/rfcs/pull/3809)
261+
* [`#![register_{attribute,lint}_tool]`](https://github.com/rust-lang/rfcs/pull/3808)
262+
* [RFC: Add an attribute for raising the alignment of various items](https://github.com/rust-lang/rfcs/pull/3806)
263263

264264
## Upcoming Events
265265

0 commit comments

Comments
 (0)