Skip to content

Commit 8547724

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-546
1 parent 3f005cc commit 8547724

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
@@ -51,18 +51,20 @@ 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.*
60+
61+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
62+
* [RFC: Make Cargo respect minimum supported Rust version (MSRV) when selecting dependencies](https://github.com/rust-lang/rfcs/pull/3537)
63+
* [Testing steps](https://github.com/rust-lang/cargo/issues/13873)
64+
65+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
66+
* [CfT: Test out Rustup's `reqwest` backend with `rustls`](https://github.com/rust-lang/rustup/issues/3806)
67+
* [Testing steps](https://github.com/rust-lang/rustup/issues/3806#issue-2278962476)
6668

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

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-
-->
111+
* [Merge RFC 3325: Unsafe attributes](https://github.com/rust-lang/rfcs/pull/3325)
112+
* [Merge RFC 3593: Reserve unprefixed guarded strings](https://github.com/rust-lang/rfcs/pull/3593)
113+
* [Merge RFC 3606: Shorter temp lifetimes in tail exprs](https://github.com/rust-lang/rfcs/pull/3606)
114+
* [Merge RFC 3519: Arbitrary self types v2](https://github.com/rust-lang/rfcs/pull/3519)
118115

119116
### Final Comment Period
120117

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

124121
#### [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] []() -->
122+
* [disposition: merge] [RFC: New range types for Edition 2024](https://github.com/rust-lang/rfcs/pull/3550)
123+
* [disposition: merge] [RFC: cargo-script](https://github.com/rust-lang/rfcs/pull/3502)
124+
125+
#### Tracking Issues & PRs
126+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
127+
* [disposition: merge] [[ptr] Document maximum allocation size](https://github.com/rust-lang/rust/pull/116675)
128+
* [disposition: merge] [Stabilize `min_exhaustive_patterns`](https://github.com/rust-lang/rust/pull/122792)
129+
* [disposition: merge] [Fix #124275: Implemented Default for Arc<\str>](https://github.com/rust-lang/rust/pull/124367)
130+
* [disposition: merge] [elaborate obligations in coherence](https://github.com/rust-lang/rust/pull/124532)
131+
* [disposition: merge] [Tracking Issue for `AtomicBool::fetch_not`](https://github.com/rust-lang/rust/issues/98485)
132+
133+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
134+
* [new] [Function body blocks](https://github.com/rust-lang/rfcs/pull/3629)
135+
* [new] [`async T` and `gen T` types](https://github.com/rust-lang/rfcs/pull/3628)
136+
* [new] [Match ergonomics 2024](https://github.com/rust-lang/rfcs/pull/3627)
137+
* [new] [Extend format_args implicit arguments to allow field access](https://github.com/rust-lang/rfcs/pull/3626)
138+
* [new] [Supertrait item shadowing v2](https://github.com/rust-lang/rfcs/pull/3624)
139+
* [new] [RFC: #[derive(SmartPointer)]](https://github.com/rust-lang/rfcs/pull/3621)
147140

148141
## Upcoming Events
149142

0 commit comments

Comments
 (0)