Skip to content

Commit c0929bb

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-611
1 parent 1165169 commit c0929bb

File tree

1 file changed

+33
-56
lines changed

1 file changed

+33
-56
lines changed

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

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

5959
## Calls for Testing
60-
An important step for feature implementation is for people to experiment with the
60+
An important step for RFC implementation is for people to experiment with the
6161
implementation and give feedback, especially before stabilization.
6262

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

67-
<!-- If there are new CfT items this week, use: -->
68-
<!--
69-
[Repo Name](Repo URL)
70-
* [<Feature name>](<Feature URL>)
71-
* [Testing steps](<Testing Steps URL>)
72-
-->
73-
<!-- where `Repo Name` and `Repo URL` are one of:
74-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
75-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
76-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
77-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
78-
-->
79-
80-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
81-
CfT items did appear, of course) -->
82-
<!--
83-
* *No calls for testing were issued this week by
84-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
85-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
86-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
87-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
88-
-->
8967
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
9068
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
9169
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
9270
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
9371

9472
[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.
95-
-->
9673

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

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

146-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
147-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
148-
<!-- * []() -->
149-
150-
<!--
151-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
152-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
153-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
154-
-->
123+
* [Tracking Issue for `derive_from` (RFC 3809)](https://github.com/rust-lang/rust/issues/144889)
124+
* [RFC: `--crate-attr`](https://github.com/rust-lang/rfcs/pull/3791)
155125

156126
### Final Comment Period
157127

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

161-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
162-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
163-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
164-
<!-- * [disposition: ] []() -->
165-
166131
#### Tracking Issues & PRs
167-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
168-
<!-- or if none entered FCP this week, use: -->
169-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
170-
<!-- * [disposition: ] []() -->
171-
172132
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
173-
174-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
175-
176-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
177-
178-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
179-
180-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
133+
* [Extract TraitImplHeader in AST/HIR](https://github.com/rust-lang/rust/pull/144386)
134+
* [implement Sum and Product for Saturating(u\*)](https://github.com/rust-lang/rust/pull/144275)
135+
* [Stabilize as_array_of_cells](https://github.com/rust-lang/rust/pull/144054)
136+
* [Tracking Issue for `array::repeat`](https://github.com/rust-lang/rust/issues/126695)
137+
* [Tracking Issue for `core::iter::chain`](https://github.com/rust-lang/rust/issues/125964)
138+
* [Tracking Issue for const_exposed_provenance](https://github.com/rust-lang/rust/issues/144538)
139+
* [disposition: close] [Rename bool::ok_or[_else] to bool::then_ok_or[_else] to avoid confusion with Option::ok_or[_else]](https://github.com/rust-lang/rust/pull/144037)
140+
* [Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc`](https://github.com/rust-lang/rust/pull/143717)
141+
* [impl `PartialEq<{str,String}> for {Path,PathBuf}`](https://github.com/rust-lang/rust/pull/140956)
142+
* [Stabilize `ip_from`](https://github.com/rust-lang/rust/pull/141744)
143+
* [Tracking Issue for {BTreeMap,BTreeSet}::extract_if](https://github.com/rust-lang/rust/issues/70530)
144+
* [Tracking Issue for const {OsString, PathBuf}::new](https://github.com/rust-lang/rust/issues/141520)
145+
* [stabilize c-style varargs for system, sysv64, win64, efiapi, aapcs](https://github.com/rust-lang/rust/pull/144066)
146+
* [Reject relaxed bounds inside associated type bounds (ATB)](https://github.com/rust-lang/rust/pull/135331)
147+
* [Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies](https://github.com/rust-lang/rust/pull/144544)
148+
* [Stabilize `sse4a` and `tbm` target features](https://github.com/rust-lang/rust/pull/144542)
149+
* [Add lint against integer to pointer transmutes](https://github.com/rust-lang/rust/pull/144531)
150+
* [Stabilize loongarch32 inline asm](https://github.com/rust-lang/rust/pull/144402)
151+
152+
*No Items entered Final Comment Period this week for
153+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
154+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
155+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
156+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) or
157+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
158+
159+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
181160

182161
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
183-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
184-
<!-- or if there are no new or updated RFCs this week, use: -->
185-
<!-- * *No New or Updated RFCs were created this week.* -->
186-
<!-- * [new|updated] []() -->
162+
* [new] [Next-Gen transmute](https://github.com/rust-lang/rfcs/pull/3844)
163+
* [new] [RFC: Safety Tags](https://github.com/rust-lang/rfcs/pull/3842)
187164

188165
## Upcoming Events
189166

0 commit comments

Comments
 (0)