Skip to content

Commit 513ed35

Browse files
authored
Merge pull request #6328 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-584
2 parents 59bd9a3 + 63024b4 commit 513ed35

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

draft/2025-01-29-this-week-in-rust.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,22 @@ Thanks to [Riberk](https://users.rust-lang.org/t/crate-of-the-week/2704/1390) fo
5656
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5757

5858
## Calls for Testing
59-
6059
An important step for RFC implementation is for people to experiment with the
6160
implementation and give feedback, especially before stabilization. The following
6261
RFCs would benefit from user testing before moving forward:
6362

64-
<!-- Calls for Testing go here, use this format:
65-
* [<RFC Topic>](<RFC URL>)
66-
* [Tracking Issue](<Tracking Issue URL>)
67-
* [Testing steps](<Testing Steps URL>)
68-
-->
69-
<!-- or if there are no new or updated RFCs this week, use: -->
70-
<!-- * *No New or Updated RFCs were created this week.* -->
71-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
63+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
64+
* *No calls for testing were issued this week.*
65+
66+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
67+
* *No calls for testing were issued this week.*
68+
69+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
70+
* *No calls for testing were issued this week.*
71+
72+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
73+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
74+
need testing.
7275

7376
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
7477

@@ -220,47 +223,45 @@ If you are an event organizer hoping to expand the reach of your event, please s
220223
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
221224
are the RFCs that were approved for implementation this week:
222225

223-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
224-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
225-
<!-- * []() -->
226-
227-
<!--
228-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
229-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
230-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
231-
-->
226+
* *No RFCs were approved this week.*
232227

233228
### Final Comment Period
234229

235230
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
236231
which are reaching a decision. Express your opinions now.
237232

238233
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
239-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
240-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
241-
<!-- * [disposition: ] []() -->
234+
* *No RFCs entered Final Comment Period this week.*
242235

243236
#### Tracking Issues & PRs
244-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
245-
<!-- or if none entered FCP this week, use: -->
246-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
247-
<!-- * [disposition: ] []() -->
248-
249237
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
238+
* [std: print a backtrace on stackoverflow](https://github.com/rust-lang/rust/pull/133170)
239+
* [Stabilize const_slice_flatten](https://github.com/rust-lang/rust/pull/134995)
240+
* [Derive `Copy` and `Hash` for `IntErrorKind`](https://github.com/rust-lang/rust/pull/131923)
241+
* [Tracking Issue for map_many_mut](https://github.com/rust-lang/rust/issues/97601)
242+
* [Tracking Issue for `const_vec_string_slice`](https://github.com/rust-lang/rust/issues/129041)
243+
* [Tracking Issue for `const_mut_cursor`](https://github.com/rust-lang/rust/issues/130801)
244+
* [Stabilize `const_is_char_boundary` and `const_str_split_at`.](https://github.com/rust-lang/rust/pull/134016)
245+
* [Tracking Issue for `NonZero*::count_ones`](https://github.com/rust-lang/rust/issues/120287)
246+
* [Stabilize `const_black_box`](https://github.com/rust-lang/rust/pull/135414)
247+
* [Make cenum_impl_drop_cast a hard error](https://github.com/rust-lang/rust/pull/135964)
248+
* [Tracking Issue for `once_wait`](https://github.com/rust-lang/rust/issues/127527)
249+
* [[rustdoc] Add sans-serif font setting](https://github.com/rust-lang/rust/pull/133636)
250250

251251
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
252+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
252253

253254
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
255+
* *No Language Team Proposals entered Final Comment Period this week.*
254256

255257
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
258+
* *No Language Reference RFCs entered Final Comment Period this week.*
256259

257260
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
261+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
258262

259263
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
260-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
261-
<!-- or if there are no new or updated RFCs this week, use: -->
262-
<!-- * *No New or Updated RFCs were created this week.* -->
263-
<!-- * [new|updated] []() -->
264+
* *No New or Updated RFCs were created this week.*
264265

265266
## Upcoming Events
266267

0 commit comments

Comments
 (0)