From 411daabc242e1a19d6ae78101c59ffbe47f909ea Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Fri, 9 Oct 2015 15:26:38 -0700 Subject: [PATCH] RFC 1260 is Allow a re-export for `main` --- README.md | 1 + text/{0000-main-reexport.md => 1260-main-reexport.md} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename text/{0000-main-reexport.md => 1260-main-reexport.md} (92%) diff --git a/README.md b/README.md index 394b46371..a46080d60 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 08f48185f..9a9d6b35f 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