Skip to content

Commit 3911c26

Browse files
authored
Merge pull request #6867 from U007D/main
Update RFC, MCP, FCP and CFT sections for TWiR-611
2 parents d585967 + c0929bb commit 3911c26

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
@@ -61,42 +61,19 @@ Thanks to [Félix Saparelli](https://users.rust-lang.org/t/crate-of-the-week/270
6161
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6262

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

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

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

9876
[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.
99-
-->
10077

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

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

198-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
199-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
200-
<!-- * []() -->
201-
202-
<!--
203-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
204-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
205-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
206-
-->
175+
* [Tracking Issue for `derive_from` (RFC 3809)](https://github.com/rust-lang/rust/issues/144889)
176+
* [RFC: `--crate-attr`](https://github.com/rust-lang/rfcs/pull/3791)
207177

208178
### Final Comment Period
209179

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

213-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
214-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
215-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
216-
<!-- * [disposition: ] []() -->
217-
218183
#### Tracking Issues & PRs
219-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
220-
<!-- or if none entered FCP this week, use: -->
221-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
222-
<!-- * [disposition: ] []() -->
223-
224184
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
225-
226-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
227-
228-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
229-
230-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
231-
232-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
185+
* [Extract TraitImplHeader in AST/HIR](https://github.com/rust-lang/rust/pull/144386)
186+
* [implement Sum and Product for Saturating(u\*)](https://github.com/rust-lang/rust/pull/144275)
187+
* [Stabilize as_array_of_cells](https://github.com/rust-lang/rust/pull/144054)
188+
* [Tracking Issue for `array::repeat`](https://github.com/rust-lang/rust/issues/126695)
189+
* [Tracking Issue for `core::iter::chain`](https://github.com/rust-lang/rust/issues/125964)
190+
* [Tracking Issue for const_exposed_provenance](https://github.com/rust-lang/rust/issues/144538)
191+
* [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)
192+
* [Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc`](https://github.com/rust-lang/rust/pull/143717)
193+
* [impl `PartialEq<{str,String}> for {Path,PathBuf}`](https://github.com/rust-lang/rust/pull/140956)
194+
* [Stabilize `ip_from`](https://github.com/rust-lang/rust/pull/141744)
195+
* [Tracking Issue for {BTreeMap,BTreeSet}::extract_if](https://github.com/rust-lang/rust/issues/70530)
196+
* [Tracking Issue for const {OsString, PathBuf}::new](https://github.com/rust-lang/rust/issues/141520)
197+
* [stabilize c-style varargs for system, sysv64, win64, efiapi, aapcs](https://github.com/rust-lang/rust/pull/144066)
198+
* [Reject relaxed bounds inside associated type bounds (ATB)](https://github.com/rust-lang/rust/pull/135331)
199+
* [Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies](https://github.com/rust-lang/rust/pull/144544)
200+
* [Stabilize `sse4a` and `tbm` target features](https://github.com/rust-lang/rust/pull/144542)
201+
* [Add lint against integer to pointer transmutes](https://github.com/rust-lang/rust/pull/144531)
202+
* [Stabilize loongarch32 inline asm](https://github.com/rust-lang/rust/pull/144402)
203+
204+
*No Items entered Final Comment Period this week for
205+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
206+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
207+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
208+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) or
209+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
210+
211+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
233212

234213
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
235-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
236-
<!-- or if there are no new or updated RFCs this week, use: -->
237-
<!-- * *No New or Updated RFCs were created this week.* -->
238-
<!-- * [new|updated] []() -->
214+
* [new] [Next-Gen transmute](https://github.com/rust-lang/rfcs/pull/3844)
215+
* [new] [RFC: Safety Tags](https://github.com/rust-lang/rfcs/pull/3842)
239216

240217
## Upcoming Events
241218

0 commit comments

Comments
 (0)