diff --git a/draft/2025-07-02-this-week-in-rust.md b/draft/2025-07-02-this-week-in-rust.md index 728b1acbf..81b00e7ab 100644 --- a/draft/2025-07-02-this-week-in-rust.md +++ b/draft/2025-07-02-this-week-in-rust.md @@ -64,29 +64,19 @@ Thanks to [Zeon](https://users.rust-lang.org/t/crate-of-the-week/2704/1448) for [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 ## Calls for Testing - An important step for RFC implementation is for people to experiment with the -implementation and give feedback, especially before stabilization. The following -RFCs would benefit from user testing before moving forward: - - - - - +implementation and give feedback, especially before stabilization. -### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) +If you are a feature implementer and would like your RFC to appear in this list, add a +`call-for-testing` label to your RFC along with a comment providing testing instructions and/or +guidance on which aspect(s) of the feature need testing. -### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing) +* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing), + [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing), + [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or + [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).* -### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) - -If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` -label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature -need testing. +[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. ## Call for Participation; projects and speakers @@ -188,47 +178,37 @@ Revision range: [42245d34..ad3b7257](https://perf.rust-lang.org/?start=42245d34d Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These are the RFCs that were approved for implementation this week: - - - - - +* *No RFCs were approved this week.* ### Final Comment Period Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. -#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - - #### Tracking Issues & PRs - - - - - ##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [disposition: close] [Draft: Make into_parts methods on Vec associated functions](https://github.com/rust-lang/rust/pull/141509) +* [Implement `Debug` for `EncodeWide`](https://github.com/rust-lang/rust/pull/140153) +* [If `HOME` is empty, use the fallback instead](https://github.com/rust-lang/rust/pull/141840) +* [Tracking Issue for duration_constructors_lite](https://github.com/rust-lang/rust/issues/140881) +* [Print thread ID in panic message](https://github.com/rust-lang/rust/pull/115746) -##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) +* [RFC: enable `derive(From)` for single-field structs](https://github.com/rust-lang/rfcs/pull/3809) -##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) +##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [Add `[hints]` table in `Cargo.toml`, and a `hints.mostly-unused` hint](https://github.com/rust-lang/cargo/pull/15673) +* [feat(publish): Stabilize multi-package publishing](https://github.com/rust-lang/cargo/pull/15636) -##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +*No Items entered Final Comment Period this week for +[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc), +[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) or +[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).* -##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list. #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - - +* *No New or Updated RFCs were created this week.* ## Upcoming Events diff --git a/draft/DRAFT_TEMPLATE b/draft/DRAFT_TEMPLATE index 347d46eb9..a0df27d30 100644 --- a/draft/DRAFT_TEMPLATE +++ b/draft/DRAFT_TEMPLATE @@ -57,19 +57,42 @@ and just ask the editors to select the category. [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 ## Calls for Testing +An important step for feature implementation is for people to experiment with the +implementation and give feedback, especially before stabilization. -An important step for RFC implementation is for people to experiment with the -implementation and give feedback, especially before stabilization. The following -RFCs would benefit from user testing before moving forward: +If you are a feature implementer and would like your feature to appear in this list, add a +`call-for-testing` label to your RFC along with a comment providing testing instructions and/or +guidance on which aspect(s) of the feature need testing. - + - - - + + + + +* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing), + [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing), + [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or + [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).* + +[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. +--> ### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)