@@ -90,40 +90,19 @@ and just ask the editors to select the category.
9090[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
9191
9292## Calls for Testing
93+
9394An important step for RFC implementation is for people to experiment with the
9495implementation and give feedback, especially before stabilization.
9596
9697If you are a feature implementer and would like your RFC to appear in this list, add a
9798` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
9899guidance on which aspect(s) of the feature need testing.
99100
100- <!-- If there are new CfT items this week, include:
101-
102- [Repo Name](Repo URL)
103- * [<Feature name>](<Feature URL>)
104- * [Testing steps](<Testing Steps URL>)
105-
106- - and make note in the item so the authors know to remove the `call-for-testing` label:
107- This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
108- You may remove the `call-for-testing` label. Please feel free to leave the `call-for-testing` label in place if you would like this RFC to appear again in another issue of TWiR.
109-
110- - where `Repo Name` and `Repo URL` are one of:
111- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
112- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
113- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
114- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
115-
116- - and `Testing steps` points directly to the procedures the item wants users to exercise.
117-
118- - For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
119- CfT items did appear, of course)
120-
121101* * No calls for testing were issued this week by
122102 [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
123- [Rust language RFCs ](https://github.com/rust-lang/rfcs/issues?q=label%3Acall -for-testing),
124- [Cargo ](https://github.com/rust-lang/cargo/labels/call -for-testing) or
103+ [ Cargo ] ( https://github.com/rust-lang/cargo/labels/call -for-testing ) ,
104+ [ Rust language RFCs ] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall -for-testing ) or
125105 [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
126- -->
127106
128107[ 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.
129108
@@ -200,54 +179,37 @@ Revision range: [055d0d6a..6159a440](https://perf.rust-lang.org/?start=055d0d6aa
200179Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
201180are the RFCs that were approved for implementation this week:
202181
203- <!-- Use either
204- * [Item title](Item URL)
205- - or
206182* * No RFCs were approved this week.*
207- -->
208183
209184### Final Comment Period
210185
211186Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
212187which are reaching a decision. Express your opinions now.
213188
214189#### Tracking Issues & PRs
215- <!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
216- and add the item(s) which entered Final comment period:
217- ##### [Group](Group URL)
218- * [Item title](Item URL)
219- - for `disposition-merge` `final-comment-period` items, or
220- * [disposition: postpone]
221- - for `disposition-postpone` `final-comment-period` items, or
222- * [disposition: close]
223- - for `disposition-close` `final-comment-period` items,
224- * [disposition: unspecified]
225- - when `disposition` is unspecified or ensure the group is a part of the
226- "No Items Entered Final Comment Period this week for" section
190+
191+ ##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
192+
193+ * [ Stabilize ` -Zremap-path-scope ` ] ( https://github.com/rust-lang/rust/pull/147611 )
194+ * [ misc coercion cleanups and handle safety correctly] ( https://github.com/rust-lang/rust/pull/148602 )
195+
196+ ##### [ Compiler Team] ( https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period ) [ (MCPs only)] ( https://forge.rust-lang.org/compiler/mcp.html )
197+
198+ * [ Contracts: primitive ownership assertions: ` owned ` and ` block ` ] ( https://github.com/rust-lang/compiler-team/issues/942 )
199+
227200* No Items entered Final Comment Period this week for
228- [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
229201 [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
230- [Compiler Team ](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal- comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html ),
202+ [ Rust RFCs ] ( https://github.com/rust-lang/rfcs/labels/final- comment-period ) ,
231203 [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
232204 [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
233- [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
205+ [ Leadership Council] ( https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period ) or
234206 [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
235207
236208Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
237- -->
238209
239210#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
240- <!-- Use either
241- * [Item title](Item URL)
242- - for new items, or
243- * [updated] [Item title](Item URL)
244- - for updated items, or
245- * *No New or Updated RFCs were created this week.*
246- -->
247211
248- <!-- Sample commit message
249- Update CFT, FCP, MCP and RFC sections for TWiR-xxx
250- -->
212+ * * No New or Updated RFCs were created this week.*
251213
252214## Upcoming Events
253215
0 commit comments