Skip to content

Commit 819b581

Browse files
committed
Update RFC, FCP and CFT sections for TWiR-490
1 parent d4f2c9e commit 819b581

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
@@ -159,9 +159,7 @@ If you are a Rust project owner and are looking for contributors, please submit
159159
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
160160
are the RFCs that were approved for implementation this week:
161161

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

166164
### Final Comment Period
167165

@@ -170,34 +168,23 @@ which are reaching a decision. Express your opinions now.
170168

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

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

177173
#### [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)
182175

183176
### [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)
188181

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

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

202189
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
203190
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)