Skip to content

Commit 82b81ef

Browse files
authored
Merge pull request #6572 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-596
2 parents 08736f9 + b90ab81 commit 82b81ef

File tree

1 file changed

+34
-38
lines changed

1 file changed

+34
-38
lines changed

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

+34-38
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,18 @@ and just ask the editors to select the category.
6868
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6969

7070
## Calls for Testing
71-
7271
An important step for RFC implementation is for people to experiment with the
73-
implementation and give feedback, especially before stabilization. The following
74-
RFCs would benefit from user testing before moving forward:
72+
implementation and give feedback, especially before stabilization.
7573

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

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

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

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

144135
### Final Comment Period
145136

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

149-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
150-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
151-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
152-
<!-- * [disposition: ] []() -->
153-
154140
#### Tracking Issues & PRs
155-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
156-
<!-- or if none entered FCP this week, use: -->
157-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
158-
<!-- * [disposition: ] []() -->
159-
160141
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
161-
142+
* [Stabilize `<[T; N]>::as_mut_slice` as `const`](https://github.com/rust-lang/rust/pull/140066)
143+
* [Tracking Issue for `hint::select_unpredictable`](https://github.com/rust-lang/rust/issues/133962)
144+
* [fix(test): Expose '--no-capture' in favor of `--nocapture`](https://github.com/rust-lang/rust/pull/139224)
145+
* [stabilize ptr::swap_nonoverlapping in const](https://github.com/rust-lang/rust/pull/137280)
146+
* [Stabilize the avx512 target features](https://github.com/rust-lang/rust/pull/138940)
147+
* [Don't allow flattened format_args in const.](https://github.com/rust-lang/rust/pull/139624)
148+
* [lexer: Treat more floats with empty exponent as valid tokens](https://github.com/rust-lang/rust/pull/131656)
149+
* [Stabilize proc_macro::Span::{start,end,line,column}.](https://github.com/rust-lang/rust/pull/139865)
150+
* [check types of const param defaults](https://github.com/rust-lang/rust/pull/139646)
151+
* [Stabilize flags for doctest cross compilation](https://github.com/rust-lang/rust/pull/137096)
152+
153+
#### Other Areas
162154
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
163-
164-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
155+
* [fix: default to all targets when using `--edition` and `--edition-idioms` in cargo fix](https://github.com/rust-lang/cargo/pull/15192)
165156

166157
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
158+
* [Clarify interaction of asm-goto with IBT](https://github.com/rust-lang/reference/pull/1790)
159+
160+
*No Items entered Final Comment Period this week for
161+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
162+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or
163+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
167164

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

170167
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
171-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
172-
<!-- or if there are no new or updated RFCs this week, use: -->
173-
<!-- * *No New or Updated RFCs were created this week.* -->
174-
<!-- * [new|updated] []() -->
168+
* [RFC: Disable niche layout optimization on enum discriminants](https://github.com/rust-lang/rfcs/pull/3803)
169+
* [RFC: Assume bounds for generic functions](https://github.com/rust-lang/rfcs/pull/3802)
170+
* [RFC: input macros](https://github.com/rust-lang/rfcs/pull/3799)
175171

176172
## Upcoming Events
177173

0 commit comments

Comments
 (0)