From 8547724f1725bc10073374c8c8bc6d329d9e57c0 Mon Sep 17 00:00:00 2001 From: Brad Gibson Date: Tue, 7 May 2024 06:25:26 -0700 Subject: [PATCH] Update RFC, MCP, FCP and CFT sections for TWiR-546 --- draft/2024-05-08-this-week-in-rust.md | 71 ++++++++++++--------------- 1 file changed, 32 insertions(+), 39 deletions(-) diff --git a/draft/2024-05-08-this-week-in-rust.md b/draft/2024-05-08-this-week-in-rust.md index 4ccae2e0b..2bf79dd26 100644 --- a/draft/2024-05-08-this-week-in-rust.md +++ b/draft/2024-05-08-this-week-in-rust.md @@ -51,18 +51,20 @@ and just ask the editors to select the category. [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 -## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) +## Call for Testing An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. The following RFCs would benefit from user testing before moving forward: - - - +* *No calls for testing were issued this week.* + +### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) +* [RFC: Make Cargo respect minimum supported Rust version (MSRV) when selecting dependencies](https://github.com/rust-lang/rfcs/pull/3537) + * [Testing steps](https://github.com/rust-lang/cargo/issues/13873) + +### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) +* [CfT: Test out Rustup's `reqwest` backend with `rustls`](https://github.com/rust-lang/rustup/issues/3806) + * [Testing steps](https://github.com/rust-lang/rustup/issues/3806#issue-2278962476) If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature @@ -106,15 +108,10 @@ If you are an event organizer hoping to expand the reach of your event, please s Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These are the RFCs that were approved for implementation this week: - - - - - +* [Merge RFC 3325: Unsafe attributes](https://github.com/rust-lang/rfcs/pull/3325) +* [Merge RFC 3593: Reserve unprefixed guarded strings](https://github.com/rust-lang/rfcs/pull/3593) +* [Merge RFC 3606: Shorter temp lifetimes in tail exprs](https://github.com/rust-lang/rfcs/pull/3606) +* [Merge RFC 3519: Arbitrary self types v2](https://github.com/rust-lang/rfcs/pull/3519) ### Final Comment Period @@ -122,28 +119,24 @@ Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final which are reaching a decision. Express your opinions now. #### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - - - -#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - - - - - -### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - - - +* [disposition: merge] [RFC: New range types for Edition 2024](https://github.com/rust-lang/rfcs/pull/3550) +* [disposition: merge] [RFC: cargo-script](https://github.com/rust-lang/rfcs/pull/3502) + +#### Tracking Issues & PRs +##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [disposition: merge] [[ptr] Document maximum allocation size](https://github.com/rust-lang/rust/pull/116675) +* [disposition: merge] [Stabilize `min_exhaustive_patterns`](https://github.com/rust-lang/rust/pull/122792) +* [disposition: merge] [Fix #124275: Implemented Default for Arc<\str>](https://github.com/rust-lang/rust/pull/124367) +* [disposition: merge] [elaborate obligations in coherence](https://github.com/rust-lang/rust/pull/124532) +* [disposition: merge] [Tracking Issue for `AtomicBool::fetch_not`](https://github.com/rust-lang/rust/issues/98485) + +#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) +* [new] [Function body blocks](https://github.com/rust-lang/rfcs/pull/3629) +* [new] [`async T` and `gen T` types](https://github.com/rust-lang/rfcs/pull/3628) +* [new] [Match ergonomics 2024](https://github.com/rust-lang/rfcs/pull/3627) +* [new] [Extend format_args implicit arguments to allow field access](https://github.com/rust-lang/rfcs/pull/3626) +* [new] [Supertrait item shadowing v2](https://github.com/rust-lang/rfcs/pull/3624) +* [new] [RFC: #[derive(SmartPointer)]](https://github.com/rust-lang/rfcs/pull/3621) ## Upcoming Events