From 0d616044a21fe1cdcfc713497fdefb14b5cf319c Mon Sep 17 00:00:00 2001 From: Brad Gibson Date: Tue, 18 Jul 2023 07:01:25 -0700 Subject: [PATCH 1/2] Update RFC, MCP, FCP and CFT sections for TWiR-504 --- draft/2023-07-19-this-week-in-rust.md | 36 +++++++-------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/draft/2023-07-19-this-week-in-rust.md b/draft/2023-07-19-this-week-in-rust.md index b405df4aa..9a136ded8 100644 --- a/draft/2023-07-19-this-week-in-rust.md +++ b/draft/2023-07-19-this-week-in-rust.md @@ -78,15 +78,7 @@ If you are a Rust project owner and are looking for contributors, please submit 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: - - - - - +* *No RFCs were approved this week.* ### Final Comment Period @@ -95,34 +87,24 @@ which are reaching a decision. Express your opinions now. #### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - +* *No RFCs entered Final Comment Period this week.* #### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - - - - +* [disposition: merge] [Infer type in irrefutable slice patterns with fixed length as array](https://github.com/rust-lang/rust/pull/113199) +* [disposition: merge] [discard default auto trait impls if explicit ones exist (rebase of #85048)](https://github.com/rust-lang/rust/pull/113312) +* [disposition: merge] [Support interpolated block for `try` and `async`](https://github.com/rust-lang/rust/pull/112953) +* [disposition: close] [Uplift `clippy::option_env_unwrap` lint](https://github.com/rust-lang/rust/pull/111738) +* [disposition: merge] [Add documentation on v0 symbol mangling.](https://github.com/rust-lang/rust/pull/97571) ### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - - +* [new] [Unsafe fields](https://github.com/rust-lang/rfcs/pull/3458) ### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-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 RFCs issued a call for testing this week.* 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 From a49fcb8dc67e00bae74484909d2f3d3774bc2578 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:58:09 -0700 Subject: [PATCH 2/2] Add Cargo FCP to Tracking issues --- draft/2023-07-19-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2023-07-19-this-week-in-rust.md b/draft/2023-07-19-this-week-in-rust.md index 9a136ded8..64a25a18b 100644 --- a/draft/2023-07-19-this-week-in-rust.md +++ b/draft/2023-07-19-this-week-in-rust.md @@ -95,6 +95,7 @@ which are reaching a decision. Express your opinions now. * [disposition: merge] [Support interpolated block for `try` and `async`](https://github.com/rust-lang/rust/pull/112953) * [disposition: close] [Uplift `clippy::option_env_unwrap` lint](https://github.com/rust-lang/rust/pull/111738) * [disposition: merge] [Add documentation on v0 symbol mangling.](https://github.com/rust-lang/rust/pull/97571) +* [disposition: merge] [Check Cargo.lock in to version control for libraries](https://github.com/rust-lang/cargo/issues/8728) ### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) * [new] [Unsafe fields](https://github.com/rust-lang/rfcs/pull/3458)