Skip to content

Commit 7ced49c

Browse files
authored
Merge pull request #4254 from U007D/twir-490
Update RFC, FCP and CFT sections for TWiR-490
2 parents 45f9d10 + 819b581 commit 7ced49c

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

draft/2023-04-12-this-week-in-rust.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ If you are a Rust project owner and are looking for contributors, please submit
176176
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
177177
are the RFCs that were approved for implementation this week:
178178

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.*
182180

183181
### Final Comment Period
184182

@@ -187,34 +185,23 @@ which are reaching a decision. Express your opinions now.
187185

188186
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
189187

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.*
193189

194190
#### [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)
199192

200193
### [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)
205198

206199
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
207200
An important step for RFC implementation is for people to experiment with the
208201
implementation and give feedback, especially before stabilization. The following
209202
RFCs would benefit from user testing before moving forward:
210203

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.*
218205

219206
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
220207
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature

0 commit comments

Comments
 (0)