@@ -78,15 +78,7 @@ If you are a Rust project owner and are looking for contributors, please submit
78
78
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
79
79
are the RFCs that were approved for implementation this week:
80
80
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.*
90
82
91
83
### Final Comment Period
92
84
@@ -95,34 +87,24 @@ which are reaching a decision. Express your opinions now.
95
87
96
88
#### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
97
89
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.*
101
91
102
92
#### [ 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 )
107
98
108
99
### [ 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 )
113
101
114
102
### [ Call for Testing] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
115
103
An important step for RFC implementation is for people to experiment with the
116
104
implementation and give feedback, especially before stabilization. The following
117
105
RFCs would benefit from user testing before moving forward:
118
106
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.*
126
108
127
109
If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
128
110
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
0 commit comments