diff --git a/draft/2023-07-19-this-week-in-rust.md b/draft/2023-07-19-this-week-in-rust.md index b405df4aa..64a25a18b 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,25 @@ 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) +* [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) ### [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