RFC 1260 is Allow a re-export for `main`

This commit is contained in:
Aaron Turon 2015-10-09 15:26:38 -07:00
parent fcfe2d6049
commit 411daabc24
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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