diff --git a/README.md b/README.md index 394b46371c7..a46080d6075 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ the direction the language is evolving in. * [1214-projections-lifetimes-and-wf.md](text/1214-projections-lifetimes-and-wf.md) * [1219-use-group-as.md](text/1219-use-group-as.md) * [1228-placement-left-arrow.md](text/1228-placement-left-arrow.md) +* [1260-main-reexport.md](text/1260-main-reexport.md) ## Table of Contents [Table of Contents]: #table-of-contents diff --git a/text/0000-main-reexport.md b/text/1260-main-reexport.md similarity index 92% rename from text/0000-main-reexport.md rename to text/1260-main-reexport.md index 08f48185fd5..9a9d6b35f16 100644 --- a/text/0000-main-reexport.md +++ b/text/1260-main-reexport.md @@ -1,7 +1,7 @@ - Feature Name: main_reexport - Start Date: 2015-08-19 -- RFC PR: (leave this empty) -- Rust Issue: (leave this empty) +- RFC PR: https://github.com/rust-lang/rfcs/pull/1260 +- Rust Issue: https://github.com/rust-lang/rust/issues/28937 # Summary