Skip to content

Commit 34fb9cf

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-614
1 parent 64a3209 commit 34fb9cf

File tree

1 file changed

+16
-53
lines changed

1 file changed

+16
-53
lines changed

draft/2025-08-27-this-week-in-rust.md

Lines changed: 16 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -72,42 +72,20 @@ Thanks to [sidrubs](https://users.rust-lang.org/t/crate-of-the-week/2704/1463) f
7272
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
7373

7474
## Calls for Testing
75-
An important step for feature implementation is for people to experiment with the
75+
An important step for RFC implementation is for people to experiment with the
7676
implementation and give feedback, especially before stabilization.
7777

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

82-
<!-- If there are new CfT items this week, use: -->
83-
<!--
84-
[Repo Name](Repo URL)
85-
* [<Feature name>](<Feature URL>)
86-
* [Testing steps](<Testing Steps URL>)
87-
-->
88-
<!-- where `Repo Name` and `Repo URL` are one of:
89-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
90-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
91-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
92-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
93-
-->
94-
95-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
96-
CfT items did appear, of course) -->
97-
<!--
9882
* *No calls for testing were issued this week by
9983
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
10084
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
10185
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
10286
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
103-
-->
104-
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
105-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
106-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
107-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
10887

10988
[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.
110-
-->
11189

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

@@ -242,52 +220,37 @@ Revision range: [239e8b1b..ee361e8f](https://perf.rust-lang.org/?start=239e8b1b4
242220

243221
[Full report here](https://github.com/rust-lang/rustc-perf/blob/76b6beef3a67f4c97f61745ea510b4c4a924046f/triage/2025/2025-08-25.md)
244222

223+
245224
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
246225

247226
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
248227
are the RFCs that were approved for implementation this week:
249228

250-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
251-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
252-
<!-- * []() -->
253-
254-
<!--
255-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
256-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
257-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
258-
-->
229+
* [RFC: Promote aarch64-pc-windows-msvc to Tier 1](https://github.com/rust-lang/rfcs/pull/3817)
259230

260231
### Final Comment Period
261232

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

265-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
266-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
267-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
268-
<!-- * [disposition: ] []() -->
269-
270236
#### Tracking Issues & PRs
271-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
272-
<!-- or if none entered FCP this week, use: -->
273-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
274-
<!-- * [disposition: ] []() -->
275-
276237
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
238+
* [Tracking Issue for NUL-terminated file names with `#[track_caller]`](https://github.com/rust-lang/rust/issues/141727)
239+
* [style-guide: Document absence of trailing whitespace](https://github.com/rust-lang/rust/pull/145735)
240+
* [Partial-stabilize the basics from `bigint_helper_methods`](https://github.com/rust-lang/rust/pull/144494)
277241

278-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
279-
280-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
281-
282-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
242+
*No Items entered Final Comment Period this week for
243+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
244+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
245+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
246+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
247+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
283248

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

286251
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
287-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
288-
<!-- or if there are no new or updated RFCs this week, use: -->
289-
<!-- * *No New or Updated RFCs were created this week.* -->
290-
<!-- * [new|updated] []() -->
252+
* [new] [Supertrait Auto-impl](https://github.com/rust-lang/rfcs/pull/3851)
253+
* [new] [RFC: Autogenerated Attribute](https://github.com/rust-lang/rfcs/pull/3850)
291254

292255
## Upcoming Events
293256

0 commit comments

Comments
 (0)