Skip to content

Commit fab7220

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-543
1 parent ce15a8c commit fab7220

File tree

1 file changed

+23
-39
lines changed

1 file changed

+23
-39
lines changed

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

Lines changed: 23 additions & 39 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
@@ -106,44 +100,34 @@ If you are an event organizer hoping to expand the reach of your event, please s
106100
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
107101
are the RFCs that were approved for implementation this week:
108102

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-
-->
103+
* *No RFCs were approved this week.*
118104

119105
### Final Comment Period
120106

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

124110
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
125-
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>
141-
142-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
143-
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] []() -->
111+
* [disposition: merge] [Move the Crates.io Team under the Dev Tools team](https://github.com/rust-lang/rfcs/pull/3595)
112+
* [disposition: merge] [Arbitrary self types v2](https://github.com/rust-lang/rfcs/pull/3519)
113+
* [disposition: merge] [RFC: Syntax for embedding cargo-script manifests](https://github.com/rust-lang/rfcs/pull/3503)
114+
* [disposition: merge] [rust-lang org GitHub access policy](https://github.com/rust-lang/rfcs/pull/2872)
115+
116+
#### Tracking Issues & PRs
117+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
118+
* [disposition: merge] [Enforce closure args + return type are WF](https://github.com/rust-lang/rust/pull/123531)
119+
* [disposition: merge] [Tracking Issue for `io_error_downcast`](https://github.com/rust-lang/rust/issues/99262)
120+
* [disposition: merge] [More DefineOpaqueTypes::Yes](https://github.com/rust-lang/rust/pull/123794)
121+
* [disposition: merge] [Tracking Issue for `std::path::absolute`](https://github.com/rust-lang/rust/issues/92750)
122+
* [disposition: merge] [Tracking Issue for `utf8_chunks`](https://github.com/rust-lang/rust/issues/99543)
123+
* [disposition: merge] [restrict promotion of `const fn` calls](https://github.com/rust-lang/rust/pull/121557)
124+
* [disposition: merge] [Fix trait solver overflow with `non_local_definitions` lint](https://github.com/rust-lang/rust/pull/123594)
125+
* [disposition: merge] [Use fulfillment in method probe, not evaluation ](https://github.com/rust-lang/rust/pull/122317)
126+
* [disposition: merge] [rustdoc-search: single result for items with multiple paths](https://github.com/rust-lang/rust/pull/119912)
127+
* [disposition: merge] [Ignore `-C strip` on MSVC](https://github.com/rust-lang/rust/pull/115120)
128+
129+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
130+
* *No New or Updated RFCs were created this week.*
147131

148132
## Upcoming Events
149133

0 commit comments

Comments
 (0)