mirror of https://github.com/rust-lang/rfcs.git
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.
This commit is contained in:
parent
131d7e9f6b
commit
ab248bbd88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue