Skip to content

Commit d28132e

Browse files
authored
Update RFC, MCP, FCP and CFT sections for TWiR-589 (rust-lang#6458)
1 parent a19bb68 commit d28132e

File tree

1 file changed

+21
-47
lines changed

1 file changed

+21
-47
lines changed

draft/2025-03-12-this-week-in-rust.md

Lines changed: 21 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -70,29 +70,19 @@ 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-
7473
An important step for RFC implementation is for people to experiment with the
75-
implementation and give feedback, especially before stabilization. The following
76-
RFCs would benefit from user testing before moving forward:
77-
78-
<!-- Calls for Testing go here, use this format:
79-
* [<RFC Topic>](<RFC URL>)
80-
* [Tracking Issue](<Tracking Issue URL>)
81-
* [Testing steps](<Testing Steps URL>)
82-
-->
83-
<!-- or if there are no new or updated RFCs this week, use: -->
84-
<!-- * *No New or Updated RFCs were created this week.* -->
85-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
74+
implementation and give feedback, especially before stabilization.
8675

87-
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
88-
89-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
76+
If you are a feature implementer
77+
and would like your RFC to appear in this list, add a `call-for-testing` label to your RFC along
78+
with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
79+
need testing.
9080

91-
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
81+
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
82+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) or
83+
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
9284

93-
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
94-
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
95-
need testing.
85+
Let us know if you would like your feature to be tracked as a part of this list.
9686

9787
## Call for Participation; projects and speakers
9888

@@ -155,47 +145,31 @@ Revision range: [daf59857..9fb94b32](https://perf.rust-lang.org/?start=daf59857d
155145
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
156146
are the RFCs that were approved for implementation this week:
157147

158-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
159-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
160-
<!-- * []() -->
161-
162-
<!--
163-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
164-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
165-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
166-
-->
148+
* [RFC: Deprecate the per-build-target `edition` field in `Cargo.toml`](https://github.com/rust-lang/rfcs/pull/3772)
167149

168150
### Final Comment Period
169151

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

173-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
174-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
175-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
176-
<!-- * [disposition: ] []() -->
177-
178155
#### Tracking Issues & PRs
179-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
180-
<!-- or if none entered FCP this week, use: -->
181-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
182-
<!-- * [disposition: ] []() -->
183-
184156
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
157+
* [Uplift `clippy::invalid_null_ptr_usage` lint](https://github.com/rust-lang/rust/pull/119220)
185158

186-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
187-
188-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
159+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
160+
* [RFC for doc_cfg, doc_cfg_auto, doc_cfg_hide and doc_cfg_show features](https://github.com/rust-lang/rfcs/pull/3631)
189161

190-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
162+
#### Other Areas
163+
* No Items entered Final Comment Period this week for
164+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
165+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
166+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
167+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).
191168

192-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
169+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
193170

194171
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
195-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
196-
<!-- or if there are no new or updated RFCs this week, use: -->
197-
<!-- * *No New or Updated RFCs were created this week.* -->
198-
<!-- * [new|updated] []() -->
172+
* [RFC: const ergonomics for NonZero\<T\>](https://github.com/rust-lang/rfcs/pull/3786)
199173

200174
## Upcoming Events
201175

0 commit comments

Comments
 (0)