Skip to content

Commit c7aad9f

Browse files
authored
Merge pull request #6834 from U007D/main
Update RFC, MCP, FCP and CFT sections for TWiR-609
2 parents 104898d + 3584661 commit c7aad9f

File tree

1 file changed

+19
-52
lines changed

1 file changed

+19
-52
lines changed

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

Lines changed: 19 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -64,42 +64,19 @@ and just ask the editors to select the category.
6464
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6565

6666
## Calls for Testing
67-
An important step for feature implementation is for people to experiment with the
67+
An important step for RFC implementation is for people to experiment with the
6868
implementation and give feedback, especially before stabilization.
6969

70-
If you are a feature implementer and would like your feature to appear in this list, add a
70+
If you are a feature implementer and would like your RFC to appear in this list, add a
7171
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
7272
guidance on which aspect(s) of the feature need testing.
7373

74-
<!-- If there are new CfT items this week, use: -->
75-
<!--
76-
[Repo Name](Repo URL)
77-
* [<Feature name>](<Feature URL>)
78-
* [Testing steps](<Testing Steps URL>)
79-
-->
80-
<!-- where `Repo Name` and `Repo URL` are one of:
81-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
82-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
83-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
84-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
85-
-->
86-
87-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
88-
CfT items did appear, of course) -->
89-
<!--
90-
* *No calls for testing were issued this week by
91-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
92-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
93-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
94-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
95-
-->
9674
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
9775
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
9876
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
9977
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
10078

10179
[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.
102-
-->
10380

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

@@ -169,47 +146,37 @@ Revision range: [a9fb6103..3f9f20f7](https://perf.rust-lang.org/?start=a9fb6103b
169146
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
170147
are the RFCs that were approved for implementation this week:
171148

172-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
173-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
174-
<!-- * []() -->
175-
176-
<!--
177-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
178-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
179-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
180-
-->
149+
* *No RFCs were approved this week.*
181150

182151
### Final Comment Period
183152

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

187-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
188-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
189-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
190-
<!-- * [disposition: ] []() -->
191-
192156
#### Tracking Issues & PRs
193-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
194-
<!-- or if none entered FCP this week, use: -->
195-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
196-
<!-- * [disposition: ] []() -->
197-
198157
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
158+
* [[rustdoc] Display unsafe attrs with edition 2024 unsafe() wrappers.](https://github.com/rust-lang/rust/pull/143662)
159+
* [disposition: close] [take into account the num of processes by ulimit](https://github.com/rust-lang/rust/pull/143614)
160+
* [Port the proc macro attributes to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143607)
161+
* [stop specializing on `Copy`](https://github.com/rust-lang/rust/pull/135634)
162+
* [Remove `[T]::array_chunks(_mut)`](https://github.com/rust-lang/rust/pull/143289)
163+
* [Port #[macro_export] to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143857)
199164

200-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
165+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
166+
* [RFC: enable derive(From) for single-field structs](https://github.com/rust-lang/rfcs/pull/3809)
201167

202-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
168+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
169+
* [Redefine `CARGO_TARGET_DIR` to be only an artifacts directory](https://github.com/rust-lang/cargo/issues/14125)
203170

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

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

208178
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
209-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
210-
<!-- or if there are no new or updated RFCs this week, use: -->
211-
<!-- * *No New or Updated RFCs were created this week.* -->
212-
<!-- * [new|updated] []() -->
179+
* [new] [RFC: ID_Compat_Math characters allowed in identifiers](https://github.com/rust-lang/rfcs/pull/3840)
213180

214181
## Upcoming Events
215182

0 commit comments

Comments
 (0)