@@ -66,29 +66,19 @@ Thanks to [Zeon](https://users.rust-lang.org/t/crate-of-the-week/2704/1448) for
6666[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
6767
6868## Calls for Testing
69-
7069An important step for RFC implementation is for people to experiment with the
71- implementation and give feedback, especially before stabilization. The following
72- RFCs would benefit from user testing before moving forward:
73-
74- <!-- Calls for Testing go here, use this format:
75- * [<RFC Topic>](<RFC URL>)
76- * [Tracking Issue](<Tracking Issue URL>)
77- * [Testing steps](<Testing Steps URL>)
78- -->
79- <!-- or if there are no new or updated RFCs this week, use: -->
80- <!-- * *No New or Updated RFCs were created this week.* -->
81- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
70+ implementation and give feedback, especially before stabilization.
8271
83- ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
72+ If you are a feature implementer and would like your RFC to appear in this list, add a
73+ ` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
74+ guidance on which aspect(s) of the feature need testing.
8475
85- ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
76+ * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
77+ [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
78+ [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
79+ [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
8680
87- ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
88-
89- If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
90- label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
91- need testing.
81+ [ 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.
9282
9383## Call for Participation; projects and speakers
9484
@@ -190,47 +180,37 @@ Revision range: [42245d34..ad3b7257](https://perf.rust-lang.org/?start=42245d34d
190180Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
191181are the RFCs that were approved for implementation this week:
192182
193- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
194- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
195- <!-- * []() -->
196-
197- <!--
198- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
199- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
200- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
201- -->
183+ * * No RFCs were approved this week.*
202184
203185### Final Comment Period
204186
205187Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
206188which are reaching a decision. Express your opinions now.
207189
208- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
209- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
210- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
211- <!-- * [disposition: ] []() -->
212-
213190#### Tracking Issues & PRs
214- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
215- <!-- or if none entered FCP this week, use: -->
216- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
217- <!-- * [disposition: ] []() -->
218-
219191##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
192+ * [ disposition: close] [ Draft: Make into_parts methods on Vec associated functions] ( https://github.com/rust-lang/rust/pull/141509 )
193+ * [ Implement ` Debug ` for ` EncodeWide ` ] ( https://github.com/rust-lang/rust/pull/140153 )
194+ * [ If ` HOME ` is empty, use the fallback instead] ( https://github.com/rust-lang/rust/pull/141840 )
195+ * [ Tracking Issue for duration_constructors_lite] ( https://github.com/rust-lang/rust/issues/140881 )
196+ * [ Print thread ID in panic message] ( https://github.com/rust-lang/rust/pull/115746 )
220197
221- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
198+ ##### [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
199+ * [ RFC: enable ` derive(From) ` for single-field structs] ( https://github.com/rust-lang/rfcs/pull/3809 )
222200
223- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
201+ ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
202+ * [ Add ` [hints] ` table in ` Cargo.toml ` , and a ` hints.mostly-unused ` hint] ( https://github.com/rust-lang/cargo/pull/15673 )
203+ * [ feat(publish): Stabilize multi-package publishing] ( https://github.com/rust-lang/cargo/pull/15636 )
224204
225- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
205+ * No Items entered Final Comment Period this week for
206+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
207+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) or
208+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
226209
227- ##### [ Unsafe Code Guidelines ] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
210+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
228211
229212#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
230- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
231- <!-- or if there are no new or updated RFCs this week, use: -->
232- <!-- * *No New or Updated RFCs were created this week.* -->
233- <!-- * [new|updated] []() -->
213+ * * No New or Updated RFCs were created this week.*
234214
235215## Upcoming Events
236216
0 commit comments