@@ -186,15 +186,7 @@ Revision range: [1d4f5aff..6b9236ed](https://perf.rust-lang.org/?start=1d4f5affb
186
186
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
187
187
are the RFCs that were approved for implementation this week:
188
188
189
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
190
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
191
- <!-- * []() -->
192
-
193
- <!--
194
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
195
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
196
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
197
- -->
189
+ * * No RFCs were approved this week.*
198
190
199
191
### Final Comment Period
200
192
@@ -203,34 +195,25 @@ which are reaching a decision. Express your opinions now.
203
195
204
196
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
205
197
206
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
207
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
208
- <!-- * [disposition: ] []() -->
198
+ * * No RFCs entered Final Comment Period this week.*
209
199
210
200
#### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
211
-
212
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
213
- <!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
214
- <!-- * [disposition: ] []() -->
201
+ * [ disposition: merge] [ Infer type in irrefutable slice patterns with fixed length as array] ( https://github.com/rust-lang/rust/pull/113199 )
202
+ * [ disposition: merge] [ discard default auto trait impls if explicit ones exist (rebase of #85048 )] ( https://github.com/rust-lang/rust/pull/113312 )
203
+ * [ disposition: merge] [ Support interpolated block for ` try ` and ` async ` ] ( https://github.com/rust-lang/rust/pull/112953 )
204
+ * [ disposition: close] [ Uplift ` clippy::option_env_unwrap ` lint] ( https://github.com/rust-lang/rust/pull/111738 )
205
+ * [ disposition: merge] [ Add documentation on v0 symbol mangling.] ( https://github.com/rust-lang/rust/pull/97571 )
206
+ * [ disposition: merge] [ Check Cargo.lock in to version control for libraries] ( https://github.com/rust-lang/cargo/issues/8728 )
215
207
216
208
### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
217
-
218
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
219
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
220
- <!-- * [new|updated] []() -->
209
+ * [ new] [ Unsafe fields] ( https://github.com/rust-lang/rfcs/pull/3458 )
221
210
222
211
### [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
223
212
An important step for RFC implementation is for people to experiment with the
224
213
implementation and give feedback, especially before stabilization. The following
225
214
RFCs would benefit from user testing before moving forward:
226
215
227
- <!-- Calls for Testing go here, use this format:
228
- * [<RFC Topic>](<RFC URL>)
229
- * [Tracking Issue](<Tracking Issue URL>)
230
- * [Testing steps](<Testing Steps URL>)
231
- -->
232
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
233
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
216
+ * * No RFCs issued a call for testing this week.*
234
217
235
218
If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
236
219
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
0 commit comments