@@ -73,52 +73,20 @@ and just ask the editors to select the category.
7373[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
7474
7575## Calls for Testing
76- An important step for feature implementation is for people to experiment with the
76+ An important step for RFC implementation is for people to experiment with the
7777implementation and give feedback, especially before stabilization.
7878
79- If you are a feature implementer and would like your feature to appear in this list, add a
79+ If you are a feature implementer and would like your RFC to appear in this list, add a
8080` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
8181guidance on which aspect(s) of the feature need testing.
8282
83- <!-- If there are new CfT items this week, use: -->
84- <!--
85- [Repo Name](Repo URL)
86- * [<Feature name>](<Feature URL>)
87- * [Testing steps](<Testing Steps URL>)
88- -->
89- <!-- where `Repo Name` and `Repo URL` are one of:
90- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
91- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
92- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
93- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
94- -->
95-
96- <!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
97- CfT items did appear, of course) -->
98- <!--
9983* * No calls for testing were issued this week by
10084 [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
10185 [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
10286 [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
10387 [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
104- -->
105- * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
106- [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
107- [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
108- [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
10988
11089[ 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.
111- -->
112-
113- ### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
114-
115- ### [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
116-
117- ### [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing )
118-
119- If you are a feature implementer and would like your RFC to appear on the above list, add the new ` call-for-testing `
120- label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
121- need testing.
12290
12391## Call for Participation; projects and speakers
12492
@@ -179,47 +147,35 @@ Revision range: [f13ef0d7..52618eb3](https://perf.rust-lang.org/?start=f13ef0d75
179147Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
180148are the RFCs that were approved for implementation this week:
181149
182- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
183- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
184- <!-- * []() -->
185-
186- <!--
187- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
188- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
189- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
190- -->
150+ * * No RFCs were approved this week.*
191151
192152### Final Comment Period
193153
194154Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
195155which are reaching a decision. Express your opinions now.
196156
197- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
198- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
199- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
200- <!-- * [disposition: ] []() -->
201-
202157#### Tracking Issues & PRs
203- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
204- <!-- or if none entered FCP this week, use: -->
205- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
206- <!-- * [disposition: ] []() -->
207-
208158##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
209-
210- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
211-
212- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
213-
214- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
215-
216- ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
159+ * [ Allow &raw ` [mut | const] ` for union field in safe code] ( https://github.com/rust-lang/rust/pull/141469 )
160+ * [ Deny-by-default never type lints] ( https://github.com/rust-lang/rust/pull/146167 )
161+ * [ Opportunistically split ` != ` to successfully parse never type] ( https://github.com/rust-lang/rust/pull/145536 )
162+ * [ Allow specifying multiple bounds for same associated item, except in trait objects] ( https://github.com/rust-lang/rust/pull/146593 )
163+ * [ rustdoc: hide ` #[repr] ` if it isn't part of the public ABI] ( https://github.com/rust-lang/rust/pull/116882 )
164+
165+ * No Items entered Final Comment Period this week for
166+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
167+ [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
168+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
169+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
170+ [ Leadership Council] ( https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period ) or
171+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
172+
173+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
217174
218175#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
219- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
220- <!-- or if there are no new or updated RFCs this week, use: -->
221- <!-- * *No New or Updated RFCs were created this week.* -->
222- <!-- * [new|updated] []() -->
176+ * [ RFC: ` #[cfg(since(rust, "1.95"))] ` for Rust-version conditional compilation] ( https://github.com/rust-lang/rfcs/pull/3857 )
177+ * [ Mitigation enforcement] ( https://github.com/rust-lang/rfcs/pull/3855 )
178+ * [ RFC for ` #[stable(since)] ` ] ( https://github.com/rust-lang/rfcs/pull/3854 )
223179
224180## Upcoming Events
225181
0 commit comments