Skip to content

Commit 46055df

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-544
1 parent c04b310 commit 46055df

File tree

1 file changed

+30
-36
lines changed

1 file changed

+30
-36
lines changed

draft/2024-04-24-this-week-in-rust.md

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,12 @@ and just ask the editors to select the category.
5151

5252
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5353

54-
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
54+
## Call for Testing
5555
An important step for RFC implementation is for people to experiment with the
5656
implementation and give feedback, especially before stabilization. The following
5757
RFCs would benefit from user testing before moving forward:
5858

59-
<!-- Calls for Testing go here, use this format:
60-
* [<RFC Topic>](<RFC URL>)
61-
* [Tracking Issue](<Tracking Issue URL>)
62-
* [Testing steps](<Testing Steps URL>)
63-
-->
64-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
65-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
59+
* *No calls for testing were issued this week.*
6660

6761
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
6862
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -101,49 +95,49 @@ If you are an event organizer hoping to expand the reach of your event, please s
10195

10296
<!-- Perf results go here -->
10397

98+
## Call for Testing
99+
An important step for RFC implementation is for people to experiment with the
100+
implementation and give feedback, especially before stabilization. The following
101+
RFCs would benefit from user testing before moving forward:
102+
103+
* *No calls for testing were issued this week.*
104+
105+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
106+
107+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
108+
109+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
110+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
111+
need testing.
112+
104113
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
105114

106115
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
107116
are the RFCs that were approved for implementation this week:
108117

109-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
110-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
111-
<!-- * []() -->
112-
113-
<!--
114-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
115-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
116-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
117-
-->
118+
* *No RFCs were approved this week.*
118119

119120
### Final Comment Period
120121

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

124125
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
126+
* [disposition: merge] [experimental project goal program for 2024 H2](https://github.com/rust-lang/rfcs/pull/3614)
125127

126-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
127-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
128-
<!-- * [disposition: ] []() -->
129-
130-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
131-
132-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
133-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
134-
<!-- * [disposition: ] []() -->
135-
136-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
137-
<!-- Remove this section if empty>
138-
139-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140-
<!-- Remove this section if empty>
128+
#### Tracking Issues & PRs
129+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
130+
* [disposition: merge] [Tracking Issue for `std::path::absolute`](https://github.com/rust-lang/rust/issues/92750)
131+
* [disposition: merge] [Tracking Issue for convenience methods on `NonNull`](https://github.com/rust-lang/rust/issues/117691)
132+
* [disposition: merge] [Inline more svg images into CSS](https://github.com/rust-lang/rust/pull/123734)
133+
* [disposition: merge] [Edition 2024: Make `!` fall back to `!`](https://github.com/rust-lang/rust/pull/123508)
134+
* [disposition: merge] [static_mut_refs: Should the lint cover hidden references?](https://github.com/rust-lang/rust/issues/123060)
141135

142-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
136+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
137+
* [disposition: merge] [fix(toml): Warn, rather than fail publish, if a target is excluded](https://github.com/rust-lang/cargo/pull/13713)
143138

144-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
145-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
146-
<!-- * [new|updated] []() -->
139+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
140+
* [new] [experimental project goal program for 2024 H2](https://github.com/rust-lang/rfcs/pull/3614)
147141

148142
## Upcoming Events
149143

0 commit comments

Comments
 (0)