Skip to content

Commit 0d61604

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-504
1 parent fbeef36 commit 0d61604

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

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

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

81-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
82-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
83-
<!-- * []() -->
84-
85-
<!--
86-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
87-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
88-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
89-
-->
81+
* *No RFCs were approved this week.*
9082

9183
### Final Comment Period
9284

@@ -95,34 +87,24 @@ which are reaching a decision. Express your opinions now.
9587

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

98-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
99-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
100-
<!-- * [disposition: ] []() -->
90+
* *No RFCs entered Final Comment Period this week.*
10191

10292
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
103-
104-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
105-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
106-
<!-- * [disposition: ] []() -->
93+
* [disposition: merge] [Infer type in irrefutable slice patterns with fixed length as array](https://github.com/rust-lang/rust/pull/113199)
94+
* [disposition: merge] [discard default auto trait impls if explicit ones exist (rebase of #85048)](https://github.com/rust-lang/rust/pull/113312)
95+
* [disposition: merge] [Support interpolated block for `try` and `async`](https://github.com/rust-lang/rust/pull/112953)
96+
* [disposition: close] [Uplift `clippy::option_env_unwrap` lint](https://github.com/rust-lang/rust/pull/111738)
97+
* [disposition: merge] [Add documentation on v0 symbol mangling.](https://github.com/rust-lang/rust/pull/97571)
10798

10899
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
109-
110-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
111-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
112-
<!-- * [new|updated] []() -->
100+
* [new] [Unsafe fields](https://github.com/rust-lang/rfcs/pull/3458)
113101

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

119-
<!-- Calls for Testing go here, use this format:
120-
* [<RFC Topic>](<RFC URL>)
121-
* [Tracking Issue](<Tracking Issue URL>)
122-
* [Testing steps](<Testing Steps URL>)
123-
-->
124-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
125-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
107+
* *No RFCs issued a call for testing this week.*
126108

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