diff --git a/README.md b/README.md index 0e61e9d2245..4a0e14c7123 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ the direction the language is evolving in. * [0356-no-module-prefixes.md](text/0356-no-module-prefixes.md) * [0378-expr-macros.md](text/0378-expr-macros.md) * [0385-module-system-cleanup.md](text/0385-module-system-cleanup.md) +* [0418-struct-variants.md](text/0418-struct-variants.md) ## Table of Contents [Table of Contents]: #table-of-contents diff --git a/text/0000-struct-variants.md b/text/0418-struct-variants.md similarity index 95% rename from text/0000-struct-variants.md rename to text/0418-struct-variants.md index 0d137469976..326d33a8e50 100644 --- a/text/0000-struct-variants.md +++ b/text/0418-struct-variants.md @@ -1,6 +1,6 @@ - Start Date: 2014-10-25 -- RFC PR: -- Rust Issue: +- RFC PR: [rust-lang/rfcs#418](https://github.com/rust-lang/rfcs/pull/418) +- Rust Issue: [rust-lang/rust#18641](https://github.com/rust-lang/rust/issues/18641) # Summary