diff --git a/draft/2022-05-18-this-week-in-rust.md b/draft/2022-05-18-this-week-in-rust.md index e0bd38a51..c868c060f 100644 --- a/draft/2022-05-18-this-week-in-rust.md +++ b/draft/2022-05-18-this-week-in-rust.md @@ -78,7 +78,11 @@ An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. The following RFCs are at point where user testing is needed before moving forward: - +Pre-Stabilization +- [RFC 2906 - Workspace Inheritance](https://github.com/rust-lang/rfcs/pull/2906) + - [Tracking Issue](https://github.com/rust-lang/cargo/issues/8415) + - [Testing steps](https://github.com/rust-lang/cargo/blob/master/src/doc/src/reference/unstable.md#testing-notes) +