Skip to content

Commit eb9d064

Browse files
authored
Merge pull request #5478 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-546
2 parents 6b9bb62 + 8547724 commit eb9d064

File tree

1 file changed

+32
-39
lines changed

1 file changed

+32
-39
lines changed

draft/2024-05-08-this-week-in-rust.md

Lines changed: 32 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,20 @@ and just ask the editors to select the category.
6060

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

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

68-
<!-- Calls for Testing go here, use this format:
69-
* [<RFC Topic>](<RFC URL>)
70-
* [Tracking Issue](<Tracking Issue URL>)
71-
* [Testing steps](<Testing Steps URL>)
72-
-->
73-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
74-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
68+
* *No calls for testing were issued this week.*
69+
70+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
71+
* [RFC: Make Cargo respect minimum supported Rust version (MSRV) when selecting dependencies](https://github.com/rust-lang/rfcs/pull/3537)
72+
* [Testing steps](https://github.com/rust-lang/cargo/issues/13873)
73+
74+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
75+
* [CfT: Test out Rustup's `reqwest` backend with `rustls`](https://github.com/rust-lang/rustup/issues/3806)
76+
* [Testing steps](https://github.com/rust-lang/rustup/issues/3806#issue-2278962476)
7577

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

118-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
119-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
120-
<!-- * []() -->
121-
122-
<!--
123-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
124-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
125-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
126-
-->
120+
* [Merge RFC 3325: Unsafe attributes](https://github.com/rust-lang/rfcs/pull/3325)
121+
* [Merge RFC 3593: Reserve unprefixed guarded strings](https://github.com/rust-lang/rfcs/pull/3593)
122+
* [Merge RFC 3606: Shorter temp lifetimes in tail exprs](https://github.com/rust-lang/rfcs/pull/3606)
123+
* [Merge RFC 3519: Arbitrary self types v2](https://github.com/rust-lang/rfcs/pull/3519)
127124

128125
### Final Comment Period
129126

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

133130
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
134-
135-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
136-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
137-
<!-- * [disposition: ] []() -->
138-
139-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140-
141-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
142-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
143-
<!-- * [disposition: ] []() -->
144-
145-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
146-
<!-- Remove this section if empty>
147-
148-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
149-
<!-- Remove this section if empty>
150-
151-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
152-
153-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
154-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
155-
<!-- * [new|updated] []() -->
131+
* [disposition: merge] [RFC: New range types for Edition 2024](https://github.com/rust-lang/rfcs/pull/3550)
132+
* [disposition: merge] [RFC: cargo-script](https://github.com/rust-lang/rfcs/pull/3502)
133+
134+
#### Tracking Issues & PRs
135+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
136+
* [disposition: merge] [[ptr] Document maximum allocation size](https://github.com/rust-lang/rust/pull/116675)
137+
* [disposition: merge] [Stabilize `min_exhaustive_patterns`](https://github.com/rust-lang/rust/pull/122792)
138+
* [disposition: merge] [Fix #124275: Implemented Default for Arc<\str>](https://github.com/rust-lang/rust/pull/124367)
139+
* [disposition: merge] [elaborate obligations in coherence](https://github.com/rust-lang/rust/pull/124532)
140+
* [disposition: merge] [Tracking Issue for `AtomicBool::fetch_not`](https://github.com/rust-lang/rust/issues/98485)
141+
142+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
143+
* [new] [Function body blocks](https://github.com/rust-lang/rfcs/pull/3629)
144+
* [new] [`async T` and `gen T` types](https://github.com/rust-lang/rfcs/pull/3628)
145+
* [new] [Match ergonomics 2024](https://github.com/rust-lang/rfcs/pull/3627)
146+
* [new] [Extend format_args implicit arguments to allow field access](https://github.com/rust-lang/rfcs/pull/3626)
147+
* [new] [Supertrait item shadowing v2](https://github.com/rust-lang/rfcs/pull/3624)
148+
* [new] [RFC: #[derive(SmartPointer)]](https://github.com/rust-lang/rfcs/pull/3621)
156149

157150
## Upcoming Events
158151

0 commit comments

Comments
 (0)