Skip to content

Commit 494167d

Browse files
authored
Merge pull request #5425 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-544
2 parents 981d62f + 46055df commit 494167d

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
@@ -59,18 +59,12 @@ and just ask the editors to select the category.
5959

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

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

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: * *No New or Updated RFCs were created this week.* -->
73-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
67+
* *No calls for testing were issued this week.*
7468

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

110104
<!-- Perf results go here -->
111105

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

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

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

127128
### Final Comment Period
128129

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

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

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

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

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

156150
## Upcoming Events
157151

0 commit comments

Comments
 (0)