Skip to content

Commit 47c0e49

Browse files
authored
Merge pull request #5403 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-543
2 parents 0596645 + fab7220 commit 47c0e49

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

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

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

69-
<!-- Calls for Testing go here, use this format:
70-
* [<RFC Topic>](<RFC URL>)
71-
* [Tracking Issue](<Tracking Issue URL>)
72-
* [Testing steps](<Testing Steps URL>)
73-
-->
74-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
75-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
69+
* *No calls for testing were issued this week.*
7670

7771
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
7872
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -136,44 +130,34 @@ range: [86b603cd..ccfcd950b](https://perf.rust-lang.org/?start=86b603cd792b3f617
136130
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
137131
are the RFCs that were approved for implementation this week:
138132

139-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
140-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
141-
<!-- * []() -->
142-
143-
<!--
144-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
145-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
146-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
147-
-->
133+
* *No RFCs were approved this week.*
148134

149135
### Final Comment Period
150136

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

154140
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
155-
156-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
157-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
158-
<!-- * [disposition: ] []() -->
159-
160-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
161-
162-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
163-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
164-
<!-- * [disposition: ] []() -->
165-
166-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
167-
<!-- Remove this section if empty>
168-
169-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
170-
<!-- Remove this section if empty>
171-
172-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
173-
174-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
175-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
176-
<!-- * [new|updated] []() -->
141+
* [disposition: merge] [Move the Crates.io Team under the Dev Tools team](https://github.com/rust-lang/rfcs/pull/3595)
142+
* [disposition: merge] [Arbitrary self types v2](https://github.com/rust-lang/rfcs/pull/3519)
143+
* [disposition: merge] [RFC: Syntax for embedding cargo-script manifests](https://github.com/rust-lang/rfcs/pull/3503)
144+
* [disposition: merge] [rust-lang org GitHub access policy](https://github.com/rust-lang/rfcs/pull/2872)
145+
146+
#### Tracking Issues & PRs
147+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
148+
* [disposition: merge] [Enforce closure args + return type are WF](https://github.com/rust-lang/rust/pull/123531)
149+
* [disposition: merge] [Tracking Issue for `io_error_downcast`](https://github.com/rust-lang/rust/issues/99262)
150+
* [disposition: merge] [More DefineOpaqueTypes::Yes](https://github.com/rust-lang/rust/pull/123794)
151+
* [disposition: merge] [Tracking Issue for `std::path::absolute`](https://github.com/rust-lang/rust/issues/92750)
152+
* [disposition: merge] [Tracking Issue for `utf8_chunks`](https://github.com/rust-lang/rust/issues/99543)
153+
* [disposition: merge] [restrict promotion of `const fn` calls](https://github.com/rust-lang/rust/pull/121557)
154+
* [disposition: merge] [Fix trait solver overflow with `non_local_definitions` lint](https://github.com/rust-lang/rust/pull/123594)
155+
* [disposition: merge] [Use fulfillment in method probe, not evaluation ](https://github.com/rust-lang/rust/pull/122317)
156+
* [disposition: merge] [rustdoc-search: single result for items with multiple paths](https://github.com/rust-lang/rust/pull/119912)
157+
* [disposition: merge] [Ignore `-C strip` on MSVC](https://github.com/rust-lang/rust/pull/115120)
158+
159+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
160+
* *No New or Updated RFCs were created this week.*
177161

178162
## Upcoming Events
179163

0 commit comments

Comments
 (0)