From ab248bbd88fe549f78a2a445931980fe7417a18a Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 6 May 2024 00:49:08 +0000 Subject: [PATCH] Prepare RFC 3519 to be merged The FCP for RFC 3519 ("Arbitrary self types v2") is complete. Let's reuse the existing `arbitrary_self_types` feature flag for this work, and similarly, let's reuse the existing tracking issue. --- text/3519-arbitrary-self-types-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/3519-arbitrary-self-types-v2.md b/text/3519-arbitrary-self-types-v2.md index a5fab0a45fc..6ffc600ba12 100644 --- a/text/3519-arbitrary-self-types-v2.md +++ b/text/3519-arbitrary-self-types-v2.md @@ -1,7 +1,7 @@ -- Feature Name: Arbitrary Self Types 2.0 +- Feature Name: `arbitrary_self_types` - Start Date: 2023-05-04 - RFC PR: [rust-lang/rfcs#3519](https://github.com/rust-lang/rfcs/pull/3519) -- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000) +- Tracking Issue: [rust-lang/rust#44874](https://github.com/rust-lang/rust/issues/44874) # Summary [summary]: #summary