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