@@ -199,15 +199,7 @@ If you are a Rust project owner and are looking for contributors, please submit
199
199
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
200
200
are the RFCs that were approved for implementation this week:
201
201
202
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
203
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
204
- <!-- * []() -->
205
-
206
- <!--
207
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
208
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
209
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
210
- -->
202
+ * * No RFCs were approved this week.*
211
203
212
204
### Final Comment Period
213
205
@@ -216,34 +208,27 @@ which are reaching a decision. Express your opinions now.
216
208
217
209
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
218
210
219
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
220
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
221
- <!-- * [disposition: ] []() -->
211
+ * [ Create a Testing sub-team] ( https://github.com/rust-lang/rfcs/pull/3455 )
212
+ * [ Allow cfg-attributes in where clauses] ( https://github.com/rust-lang/rfcs/pull/3399 )
222
213
223
214
#### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
224
-
225
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
226
- <!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
227
- <!-- * [disposition: ] []() -->
215
+ * [ disposition: merge] [ Cleaner assert_eq! & assert_ne! panic messages] ( https://github.com/rust-lang/rust/pull/111071 )
216
+ * [ disposition: merge] [ Report monomorphization time errors in dead code, too] ( https://github.com/rust-lang/rust/pull/112879 )
217
+ * [ disposition: merge] [ Allow explicit ` #[repr(Rust)] ` ] ( https://github.com/rust-lang/rust/pull/114201 )
218
+ * [ disposition: merge] [ style-guide: Add section on bugs, and resolving bugs] ( https://github.com/rust-lang/rust/pull/113383 )
219
+ * [ disposition: merge] [ Lower ` Or ` pattern without allocating place] ( https://github.com/rust-lang/rust/pull/111752 )
228
220
229
221
### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
230
-
231
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
232
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
233
- <!-- * [new|updated] []() -->
222
+ * [ new] [ Unified String Literals] ( https://github.com/rust-lang/rfcs/pull/3475 )
223
+ * [ new] [ RFC: ` scheduled_removal ` Parameter for ` deprecated ` Attribute] ( https://github.com/rust-lang/rfcs/pull/3471 )
224
+ * [ new] [ crABI v1] ( https://github.com/rust-lang/rfcs/pull/3470 )
234
225
235
226
### [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
236
227
An important step for RFC implementation is for people to experiment with the
237
228
implementation and give feedback, especially before stabilization. The following
238
229
RFCs would benefit from user testing before moving forward:
239
230
240
- <!-- Calls for Testing go here, use this format:
241
- * [<RFC Topic>](<RFC URL>)
242
- * [Tracking Issue](<Tracking Issue URL>)
243
- * [Testing steps](<Testing Steps URL>)
244
- -->
245
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
246
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
231
+ * * No RFCs issued a call for testing this week.*
247
232
248
233
If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
249
234
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
0 commit comments