@@ -77,42 +77,20 @@ and just ask the editors to select the category.
77
77
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
78
78
79
79
## Calls for Testing
80
- An important step for feature implementation is for people to experiment with the
80
+ An important step for RFC implementation is for people to experiment with the
81
81
implementation and give feedback, especially before stabilization.
82
82
83
- If you are a feature implementer and would like your feature to appear in this list, add a
83
+ If you are a feature implementer and would like your RFC to appear in this list, add a
84
84
` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
85
85
guidance on which aspect(s) of the feature need testing.
86
86
87
- <!-- If there are new CfT items this week, use: -->
88
- <!--
89
- [Repo Name](Repo URL)
90
- * [<Feature name>](<Feature URL>)
91
- * [Testing steps](<Testing Steps URL>)
92
- -->
93
- <!-- where `Repo Name` and `Repo URL` are one of:
94
- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
95
- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
96
- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
97
- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
98
- -->
99
-
100
- <!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
101
- CfT items did appear, of course) -->
102
- <!--
103
87
* * No calls for testing were issued this week by
104
88
[ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
105
89
[ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
106
90
[ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
107
91
[ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
108
- -->
109
- * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
110
- [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
111
- [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
112
- [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
113
92
114
93
[ Let us know] ( https://github.com/rust-lang/this-week-in-rust/issues ) if you would like your feature to be tracked as a part of this list.
115
- -->
116
94
117
95
### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
118
96
@@ -182,47 +160,36 @@ Revision range: [8d72d3e1..1a3cdd34](https://perf.rust-lang.org/?start=8d72d3e1e
182
160
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
183
161
are the RFCs that were approved for implementation this week:
184
162
185
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
186
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
187
- <!-- * []() -->
188
-
189
- <!--
190
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
191
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
192
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
193
- -->
163
+ * * No RFCs were approved this week.*
194
164
195
165
### Final Comment Period
196
166
197
167
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
198
168
which are reaching a decision. Express your opinions now.
199
169
200
- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
201
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
202
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
203
- <!-- * [disposition: ] []() -->
204
-
205
170
#### Tracking Issues & PRs
206
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
207
- <!-- or if none entered FCP this week, use: -->
208
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
209
- <!-- * [disposition: ] []() -->
210
171
211
172
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
212
173
213
- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
174
+ * [ Uplifts and extends ` clippy::needless-maybe-sized ` into rustc] ( https://github.com/rust-lang/rust/pull/145924 )
175
+ * [ prefer alias candidates for sizedness + auto trait goals] ( https://github.com/rust-lang/rust/pull/144064 )
176
+ * [ implement Extend<{Group, Literal, Punct, Ident}> for TokenStream] ( https://github.com/rust-lang/rust/pull/145722 )
214
177
215
- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
178
+ ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
179
+ * [ Add ` target="host" ` meaning the current host] ( https://github.com/rust-lang/cargo/issues/13051 )
216
180
217
- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
181
+ * No Items entered Final Comment Period this week for
182
+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
183
+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
184
+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
185
+ [ Leadership Council] ( https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period ) or
186
+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
218
187
219
- ##### [ Unsafe Code Guidelines ] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
188
+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
220
189
221
190
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
222
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
223
- <!-- or if there are no new or updated RFCs this week, use: -->
224
- <!-- * *No New or Updated RFCs were created this week.* -->
225
- <!-- * [new|updated] []() -->
191
+
192
+ * [ RFC: Allow ` #[ignore(Trait)] ` on field to ignore it when deriving ` Trait ` ] ( https://github.com/rust-lang/rfcs/pull/3869 )
226
193
227
194
## Upcoming Events
228
195
0 commit comments