mirror of https://github.com/rust-lang/rfcs.git
RFC 1260 is Allow a re-export for `main`
This commit is contained in:
parent
fcfe2d6049
commit
411daabc24
|
@ -65,6 +65,7 @@ the direction the language is evolving in.
|
||||||
* [1214-projections-lifetimes-and-wf.md](text/1214-projections-lifetimes-and-wf.md)
|
* [1214-projections-lifetimes-and-wf.md](text/1214-projections-lifetimes-and-wf.md)
|
||||||
* [1219-use-group-as.md](text/1219-use-group-as.md)
|
* [1219-use-group-as.md](text/1219-use-group-as.md)
|
||||||
* [1228-placement-left-arrow.md](text/1228-placement-left-arrow.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]: #table-of-contents
|
[Table of Contents]: #table-of-contents
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- Feature Name: main_reexport
|
- Feature Name: main_reexport
|
||||||
- Start Date: 2015-08-19
|
- Start Date: 2015-08-19
|
||||||
- RFC PR: (leave this empty)
|
- RFC PR: https://github.com/rust-lang/rfcs/pull/1260
|
||||||
- Rust Issue: (leave this empty)
|
- Rust Issue: https://github.com/rust-lang/rust/issues/28937
|
||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
|
|
Loading…
Reference in New Issue