Skip to content

Commit b992b18

Browse files
authored
Merge pull request #6344 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-585
2 parents 777cfa7 + 72a05da commit b992b18

File tree

1 file changed

+20
-31
lines changed

1 file changed

+20
-31
lines changed

draft/2025-02-05-this-week-in-rust.md

Lines changed: 20 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,18 @@ and just ask the editors to select the category.
5959
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6060

6161
## Calls for Testing
62-
6362
An important step for RFC implementation is for people to experiment with the
6463
implementation and give feedback, especially before stabilization. The following
6564
RFCs would benefit from user testing before moving forward:
6665

67-
<!-- Calls for Testing go here, use this format:
68-
* [<RFC Topic>](<RFC URL>)
69-
* [Tracking Issue](<Tracking Issue URL>)
70-
* [Testing steps](<Testing Steps URL>)
71-
-->
72-
<!-- or if there are no new or updated RFCs this week, use: -->
73-
<!-- * *No New or Updated RFCs were created this week.* -->
74-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
75-
7666
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
67+
* *No calls for testing were issued this week.*
7768

7869
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
70+
* *No calls for testing were issued this week.*
7971

8072
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
73+
* *No calls for testing were issued this week.*
8174

8275
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
8376
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -122,47 +115,43 @@ If you are an event organizer hoping to expand the reach of your event, please s
122115
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
123116
are the RFCs that were approved for implementation this week:
124117

125-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
126-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
127-
<!-- * []() -->
128-
129-
<!--
130-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
131-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
132-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
133-
-->
118+
* *No RFCs were approved this week.*
134119

135120
### Final Comment Period
136121

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

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

145128
#### Tracking Issues & PRs
146-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
147-
<!-- or if none entered FCP this week, use: -->
148-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
149-
<!-- * [disposition: ] []() -->
150-
151129
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
130+
* [Derive `Copy` and `Hash` for `IntErrorKind`](https://github.com/rust-lang/rust/pull/131923)
131+
* [Tracking Issue for `integer_sign_cast`](https://github.com/rust-lang/rust/issues/125882)
132+
* [Reject `?Trait` bounds in various places where we unconditionally warned since 1.0](https://github.com/rust-lang/rust/pull/135841)
133+
* [Don't require method impls for methods with `Self:Sized` bounds for impls for unsized types](https://github.com/rust-lang/rust/pull/135480)
134+
* [Add more impls of PartialEq and PartialOrd for strings](https://github.com/rust-lang/rust/pull/135536)
135+
* [std: print a backtrace on stackoverflow](https://github.com/rust-lang/rust/pull/133170)
136+
* [Tracking Issue for File lock API](https://github.com/rust-lang/rust/issues/130994)
137+
* [Tracking Issue for `Vec::pop_if`](https://github.com/rust-lang/rust/issues/122741)
138+
* [Stabilize const_slice_flatten](https://github.com/rust-lang/rust/pull/134995)
152139

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

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

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

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

161152
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
162-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
163-
<!-- or if there are no new or updated RFCs this week, use: -->
164-
<!-- * *No New or Updated RFCs were created this week.* -->
165-
<!-- * [new|updated] []() -->
153+
* [RFC: Add safe blocks](https://github.com/rust-lang/rfcs/pull/3768)
154+
* [RFC: Implement RealtimeSanitizer (RTSan) support, add `#[realtime(nonblocking)]`, `#[realtime(blocking)]` attributes](https://github.com/rust-lang/rfcs/pull/3766)
166155

167156
## Upcoming Events
168157

0 commit comments

Comments
 (0)