@@ -176,9 +176,7 @@ If you are a Rust project owner and are looking for contributors, please submit
176
176
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
177
177
are the RFCs that were approved for implementation this week:
178
178
179
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
180
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
181
- <!-- * []() -->
179
+ * * No RFCs were approved this week.*
182
180
183
181
### Final Comment Period
184
182
@@ -187,34 +185,23 @@ which are reaching a decision. Express your opinions now.
187
185
188
186
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
189
187
190
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
191
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
192
- <!-- * [disposition: ] []() -->
188
+ * * No RFCs entered Final Comment Period this week.*
193
189
194
190
#### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
195
-
196
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
197
- <!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
198
- <!-- * [disposition: ] []() -->
191
+ * [ disposition: merge] [ Evaluate place expression in ` PlaceMention ` ] ( https://github.com/rust-lang/rust/pull/104844 )
199
192
200
193
### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
201
-
202
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
203
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
204
- <!-- * [new|updated ] []() -->
194
+ * [ new ] [ Casting From by as_cast ] ( https://github.com/rust-lang/rfcs/pull/3413 )
195
+ * [ new ] [ Proposal: add range value type and range value conversions between different ranges. ] ( https://github.com/rust-lang/rfcs/pull/3412 )
196
+ * [ new] [ Explicit move binding mode ] ( https://github.com/rust-lang/rfcs/pull/3410 )
197
+ * [ new] [ Guaranteed TCO (tail call optimization) ] ( https://github.com/rust-lang/rfcs/pull/3407 )
205
198
206
199
### [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
207
200
An important step for RFC implementation is for people to experiment with the
208
201
implementation and give feedback, especially before stabilization. The following
209
202
RFCs would benefit from user testing before moving forward:
210
203
211
- <!-- Calls for Testing go here, use this format:
212
- * [<RFC Topic>](<RFC URL>)
213
- * [Tracking Issue](<Tracking Issue URL>)
214
- * [Testing steps](<Testing Steps URL>)
215
- -->
216
- <!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
217
- <!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
204
+ * * No RFCs issued a call for testing this week.*
218
205
219
206
If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
220
207
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
0 commit comments