Skip to content

Commit 1d7bf2f

Browse files
Merge pull request #4548 from U007D/twir-504
Update RFC, MCP, FCP and CFT sections for TWiR-504
2 parents d52bf90 + a49fcb8 commit 1d7bf2f

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

draft/2023-07-19-this-week-in-rust.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,7 @@ Revision range: [1d4f5aff..6b9236ed](https://perf.rust-lang.org/?start=1d4f5affb
186186
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
187187
are the RFCs that were approved for implementation this week:
188188

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

199191
### Final Comment Period
200192

@@ -203,34 +195,25 @@ which are reaching a decision. Express your opinions now.
203195

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

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

210200
#### [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)
215207

216208
### [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)
221210

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

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

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