Skip to content

Commit b5317f1

Browse files
authored
Merge pull request #6122 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-574
2 parents 3195a33 + 8c27374 commit b5317f1

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

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

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,22 @@ and just ask the editors to select the category.
6363

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

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

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

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

122-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
123-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
124-
<!-- * []() -->
125-
126-
<!--
127-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
128-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
129-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
130-
-->
126+
* [[RFC] Thread spawn hook (inheriting thread locals)](https://github.com/rust-lang/rfcs/pull/3642)
131127

132128
### Final Comment Period
133129

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

137133
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
134+
* *No RFCs were approved this week.*
138135

139-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
140-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
141-
<!-- * [disposition: ] []() -->
142-
143-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
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] [Always display first line of impl blocks even when collapsed](https://github.com/rust-lang/rust/pull/132155)
139+
* [disposition: merge] [Stabilize async closures (RFC 3668)](https://github.com/rust-lang/rust/pull/132706)
140+
* [disposition: merge] [Tracking Issue for fn const BuildHasherDefault::new()](https://github.com/rust-lang/rust/issues/123197)
141+
* [disposition: merge] [Add `AsyncFn*` to to the prelude in all editions](https://github.com/rust-lang/rust/pull/132611)
142+
* [disposition: merge] [Tracking Issue for #![feature(const_float_methods)]](https://github.com/rust-lang/rust/issues/130843)
144143

145-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
146-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
147-
<!-- * [disposition: ] []() -->
144+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
145+
* [disposition: merge] [Add future-incompat warning against keywords in cfgs and add raw-idents](https://github.com/rust-lang/cargo/pull/14671)
148146

149-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
150-
<!-- Remove this section if empty>
147+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
148+
* [disposition: merge] [Consensus check: let-chains and is are not mutually exclusive](https://github.com/rust-lang/lang-team/issues/297)
151149

152-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
153-
<!-- Remove this section if empty>
150+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
151+
* *No Language Reference RFCs entered Final Comment Period this week.*
154152

155-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
153+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
154+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
156155

157-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
158-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
159-
<!-- * [new|updated] []() -->
156+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
157+
* [new] [Hierarchy of Sized traits](https://github.com/rust-lang/rfcs/pull/3729)
160158

161159
## Upcoming Events
162160

0 commit comments

Comments
 (0)