@@ -67,19 +67,22 @@ Thanks to [Ben Sully](https://users.rust-lang.org/t/crate-of-the-week/2704/1379)
6767[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
6868
6969## Calls for Testing
70-
7170An important step for RFC implementation is for people to experiment with the
7271implementation and give feedback, especially before stabilization. The following
7372RFCs would benefit from user testing before moving forward:
7473
75- <!-- Calls for Testing go here, use this format:
76- * [<RFC Topic>](<RFC URL>)
77- * [Tracking Issue](<Tracking Issue URL>)
78- * [Testing steps](<Testing Steps URL>)
79- -->
80- <!-- or if there are no new or updated RFCs this week, use: -->
81- <!-- * *No New or Updated RFCs were created this week.* -->
82- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
74+ ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
75+ * * No calls for testing were issued this week.*
76+
77+ ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
78+ * * No calls for testing were issued this week.*
79+
80+ ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
81+ * * No calls for testing were issued this week.*
82+
83+ If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
84+ label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
85+ need testing.
8386
8487### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
8588
@@ -259,47 +262,41 @@ Revision range: [7db7489f..490b2cc0](https://perf.rust-lang.org/?start=7db7489f9
259262Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
260263are the RFCs that were approved for implementation this week:
261264
262- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
263- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
264- <!-- * []() -->
265-
266- <!--
267- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
268- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
269- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
270- -->
265+ * [ crates.io: Remove version deletions from the "crate deletions" RFC] ( https://github.com/rust-lang/rfcs/pull/3731 )
271266
272267### Final Comment Period
273268
274269Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
275270which are reaching a decision. Express your opinions now.
276271
277272#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
278- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
279- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
280- <!-- * [disposition: ] []() -->
273+ * [ disposition: merge] [ crates.io: Trusted Publishing Support] ( https://github.com/rust-lang/rfcs/pull/3691 )
281274
282275#### Tracking Issues & PRs
283- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
284- <!-- or if none entered FCP this week, use: -->
285- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
286- <!-- * [disposition: ] []() -->
287-
288276##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
277+ * [ disposition: merge] [ Fix ICE when multiple supertrait substitutions need assoc but only one is provided] ( https://github.com/rust-lang/rust/pull/133392 )
278+ * [ disposition: merge] [ rework winnowing to sensibly handle global where-bounds] ( https://github.com/rust-lang/rust/pull/132325 )
279+ * [ disposition: merge] [ Always display first line of impl blocks even when collapsed] ( https://github.com/rust-lang/rust/pull/132155 )
280+ * [ disposition: merge] [ Tracking Issue for ` const_nonnull_new ` ] ( https://github.com/rust-lang/rust/issues/93235 )
281+ * [ disposition: merge] [ Lint on combining ` #[no_mangle] ` and ` #[export_name] ` ] ( https://github.com/rust-lang/rust/pull/131558 )
282+ * [ disposition: merge] [ Add Extend impls for tuples of arity 1 through 12] ( https://github.com/rust-lang/rust/pull/132187 )
283+ * [ disposition: merge] [[ discussion] ` ErrorKind::FilesystemQuotaExceeded ` from ` io_error_more ` ] ( https://github.com/rust-lang/rust/issues/130190 )
284+ * [ disposition: merge] [[ discussion] ` ErrorKind::CrossesDevices ` from ` io_error_more ` ] ( https://github.com/rust-lang/rust/issues/130191 )
289285
290286##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
287+ * * No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
291288
292289##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
290+ * * No Language Team Proposals entered Final Comment Period this week.*
293291
294292##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
293+ * * No Language Reference RFCs entered Final Comment Period this week.*
295294
296295##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
296+ * * No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
297297
298298#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
299- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
300- <!-- or if there are no new or updated RFCs this week, use: -->
301- <!-- * *No New or Updated RFCs were created this week.* -->
302- <!-- * [new|updated] []() -->
299+ * [ new] [[ RFC] field projections v2] ( https://github.com/rust-lang/rfcs/pull/3735 )
303300
304301## Upcoming Events
305302
0 commit comments