From 523cd529aa37d0a86bae254e356f62e20f43f410 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Mon, 16 May 2022 19:25:28 -0500 Subject: [PATCH] Add RFC2906 to Pre-Stabilization --- draft/2022-05-18-this-week-in-rust.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) +