Skip to content

Commit 90ddf0b

Browse files
Merge pull request #6145 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-575
2 parents 48578bf + 815bace commit 90ddf0b

File tree

1 file changed

+29
-30
lines changed

1 file changed

+29
-30
lines changed

draft/2024-11-27-this-week-in-rust.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,22 @@ and just ask the editors to select the category.
5555
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5656

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

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

71+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
72+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
73+
need testing.
7274
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
7375

7476
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
@@ -140,47 +142,44 @@ Revision range: [7d40450b..7db7489f](https://perf.rust-lang.org/?start=7d40450b2
140142
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
141143
are the RFCs that were approved for implementation this week:
142144

143-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
144-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
145-
<!-- * []() -->
146-
147-
<!--
148-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
149-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
150-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
151-
-->
145+
* *No RFCs were approved this week.*
152146

153147
### Final Comment Period
154148

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

158152
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
159-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
160-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
161-
<!-- * [disposition: ] []() -->
153+
* [disposition: merge] [[RFC] Explicit ABI in extern](https://github.com/rust-lang/rfcs/pull/3722)
162154

163155
#### Tracking Issues & PRs
164-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
165-
<!-- or if none entered FCP this week, use: -->
166-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
167-
<!-- * [disposition: ] []() -->
168-
169156
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
157+
* [disposition: merge] [Tracking Issue for `sub_ptr` (feature `ptr_sub_ptr`)](https://github.com/rust-lang/rust/issues/95892)
158+
* [disposition: merge] [Stabilize unsigned and float variants of `num_midpoint` feature](https://github.com/rust-lang/rust/pull/131784)
159+
* [disposition: merge] [Tracking issue for Vec::extract_if and LinkedList::extract_if](https://github.com/rust-lang/rust/issues/43244)
160+
* [disposition: merge] [Stabilize noop_waker](https://github.com/rust-lang/rust/pull/133089)
161+
* [disposition: merge] [Stabilize const_maybe_uninit_write](https://github.com/rust-lang/rust/pull/131713)
162+
* [disposition: merge] [Tracking Issue for Path::file_prefix](https://github.com/rust-lang/rust/issues/86319)
163+
* [disposition: merge] [Stabilize `#[diagnostic::do_not_recommend]](https://github.com/rust-lang/rust/pull/132056)
164+
* [disposition: merge] [Make missing_abi lint warn-by-default.](https://github.com/rust-lang/rust/pull/132397)
165+
* [disposition: merge] [Tracking Issue for ptr::fn_addr_eq](https://github.com/rust-lang/rust/issues/129322)
166+
* [disposition: merge] [Fix and undeprecate home_dir()](https://github.com/rust-lang/rust/pull/132515)
170167

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

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

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

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

179180
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
180-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
181-
<!-- or if there are no new or updated RFCs this week, use: -->
182-
<!-- * *No New or Updated RFCs were created this week.* -->
183-
<!-- * [new|updated] []() -->
181+
* [new] [crates.io: Remove version deletions from the "crate deletions" RFC](https://github.com/rust-lang/rfcs/pull/3731)
182+
* [new] [RFC: Add a semantically non-blocking lint level](https://github.com/rust-lang/rfcs/pull/3730)
184183

185184
## Upcoming Events
186185

0 commit comments

Comments
 (0)