@@ -70,42 +70,20 @@ and just ask the editors to select the category.
7070[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
7171
7272## Calls for Testing
73- An important step for feature implementation is for people to experiment with the
73+ An important step for RFC implementation is for people to experiment with the
7474implementation and give feedback, especially before stabilization.
7575
76- If you are a feature implementer and would like your feature to appear in this list, add a
76+ If you are a feature implementer and would like your RFC to appear in this list, add a
7777` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
7878guidance on which aspect(s) of the feature need testing.
7979
80- <!-- If there are new CfT items this week, use: -->
81- <!--
82- [Repo Name](Repo URL)
83- * [<Feature name>](<Feature URL>)
84- * [Testing steps](<Testing Steps URL>)
85- -->
86- <!-- where `Repo Name` and `Repo URL` are one of:
87- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
88- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
89- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
90- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
91- -->
92-
93- <!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
94- CfT items did appear, of course) -->
95- <!--
9680* * No calls for testing were issued this week by
9781 [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
9882 [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
9983 [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
10084 [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
101- -->
102- * * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
103- [ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
104- [ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
105- [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
10685
10786[ 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.
108- -->
10987
11088### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
11189
@@ -176,47 +154,34 @@ Revision range: [ee361e8f..75ee9ffd](https://perf.rust-lang.org/?start=ee361e8fc
176154Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
177155are the RFCs that were approved for implementation this week:
178156
179- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
180- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
181- <!-- * []() -->
182-
183- <!--
184- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
185- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
186- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
187- -->
157+ * * No RFCs were approved this week.*
188158
189159### Final Comment Period
190160
191161Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
192162which are reaching a decision. Express your opinions now.
193163
194- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
195- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
196- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
197- <!-- * [disposition: ] []() -->
198-
199164#### Tracking Issues & PRs
200- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
201- <!-- or if none entered FCP this week, use: -->
202- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
203- <!-- * [disposition: ] []() -->
204-
205165##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
206-
207- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
208-
209- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
210-
211- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
212-
213- ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
166+ * [ don't apply temporary lifetime extension rules to non-extended ` super let ` ] ( https://github.com/rust-lang/rust/pull/145838 )
167+ * [ disposition: not specified] [ Stabilize ` new_zeroed_alloc ` ] ( https://github.com/rust-lang/rust/pull/144091 )
168+ * [ Do not materialise X in [ X; 0] when X is unsizing a const] ( https://github.com/rust-lang/rust/pull/145277 )
169+ * [ Reject invalid literal suffixes in tuple indexing, tuple struct indexing, and struct field name position] ( https://github.com/rust-lang/rust/pull/145463 )
170+ * [ Stabilize ` std::panic::Location::file_as_c_str ` ] ( https://github.com/rust-lang/rust/pull/145664 )
171+ * [ Fix backtraces with ` -C panic=abort ` on linux; emit unwind tables by default] ( https://github.com/rust-lang/rust/pull/143613 )
172+ * [ Specialize Iterator::eq{_ by} for TrustedLen iterators] ( https://github.com/rust-lang/rust/pull/137122 )
173+
174+ * No Items entered Final Comment Period this week for
175+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
176+ [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
177+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
178+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) or
179+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
180+
181+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
214182
215183#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
216- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
217- <!-- or if there are no new or updated RFCs this week, use: -->
218- <!-- * *No New or Updated RFCs were created this week.* -->
219- <!-- * [new|updated] []() -->
184+ * * No New or Updated RFCs were created this week.*
220185
221186## Upcoming Events
222187
0 commit comments