@@ -78,19 +78,19 @@ Thanks to [Akos Vandra](https://users.rust-lang.org/t/crate-of-the-week/2704/144
78
78
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
79
79
80
80
## Calls for Testing
81
-
82
81
An important step for RFC implementation is for people to experiment with the
83
- implementation and give feedback, especially before stabilization. The following
84
- RFCs would benefit from user testing before moving forward:
82
+ implementation and give feedback, especially before stabilization.
85
83
86
- <!-- Calls for Testing go here, use this format:
87
- * [<RFC Topic>](<RFC URL>)
88
- * [Tracking Issue](<Tracking Issue URL>)
89
- * [Testing steps](<Testing Steps URL>)
90
- -->
91
- <!-- or if there are no new or updated RFCs this week, use: -->
92
- <!-- * *No New or Updated RFCs were created this week.* -->
93
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
84
+ If you are a feature implementer and would like your RFC to appear in this list, add a
85
+ ` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
86
+ guidance on which aspect(s) of the feature need testing.
87
+
88
+ * * No calls for testing were issued this week by [ 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
+
93
+ [ 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.
94
94
95
95
### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
96
96
@@ -198,47 +198,39 @@ If you are an event organizer hoping to expand the reach of your event, please s
198
198
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
199
199
are the RFCs that were approved for implementation this week:
200
200
201
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
202
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
203
- <!-- * []() -->
204
-
205
- <!--
206
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
207
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
208
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
209
- -->
201
+ * * No RFCs were approved this week.*
210
202
211
203
### Final Comment Period
212
204
213
205
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
214
206
which are reaching a decision. Express your opinions now.
215
207
216
- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
217
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
218
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
219
- <!-- * [disposition: ] []() -->
220
-
221
208
#### Tracking Issues & PRs
222
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
223
- <!-- or if none entered FCP this week, use: -->
224
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
225
- <!-- * [disposition: ] []() -->
226
-
227
209
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
228
-
229
- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
230
-
231
- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
232
-
233
- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
234
-
235
- ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
210
+ * [ Tracking Issue for ` mixed_integer_ops_unsigned_sub ` ] ( https://github.com/rust-lang/rust/issues/126043 )
211
+ * [ Allow storing ` format_args!() ` in variable] ( https://github.com/rust-lang/rust/pull/140748 )
212
+ * [ Tracking Issue for File lock API] ( https://github.com/rust-lang/rust/issues/130994 )
213
+ * [ Sized Hierarchy: Part I] ( https://github.com/rust-lang/rust/pull/137944 )
214
+ * [ Allow volatile access to non-Rust memory, including address 0] ( https://github.com/rust-lang/rust/pull/141260 )
215
+ * [ const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns] ( https://github.com/rust-lang/rust/pull/140942 )
216
+ * [ Report never type lints in dependencies] ( https://github.com/rust-lang/rust/pull/141937 )
217
+ * [ builtin dyn impl no guide inference] ( https://github.com/rust-lang/rust/pull/141352 )
218
+ * [ Change ` core::iter::Fuse ` 's Default impl to do what its docs say it does] ( https://github.com/rust-lang/rust/pull/140985 )
219
+ * [ Stabilize derive(CoercePointee)] ( https://github.com/rust-lang/rust/pull/133820 )
220
+ * [ impl ` Default ` for ` array::IntoIter ` ] ( https://github.com/rust-lang/rust/pull/141574 )
221
+ * [ Added ` Clone ` implementation for ` ChunkBy ` ] ( https://github.com/rust-lang/rust/pull/138016 )
222
+
223
+ * No Items entered Final Comment Period this week for
224
+ [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
225
+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
226
+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
227
+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) or
228
+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
229
+
230
+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
236
231
237
232
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
238
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
239
- <!-- or if there are no new or updated RFCs this week, use: -->
240
- <!-- * *No New or Updated RFCs were created this week.* -->
241
- <!-- * [new|updated] []() -->
233
+ * [ new] [ RFC: Dedented String Literals] ( https://github.com/rust-lang/rfcs/pull/3830 )
242
234
243
235
## Upcoming Events
244
236
0 commit comments