This commit is contained in:
Brian Anderson 2015-01-22 14:03:01 -08:00
parent c8cb39fbd0
commit c55b770141
2 changed files with 4 additions and 3 deletions

View File

@ -70,6 +70,7 @@ the direction the language is evolving in.
* [0534-deriving2derive.md](text/0534-deriving2derive.md)
* [0546-Self-not-sized-by-default.md](text/0546-Self-not-sized-by-default.md)
* [0550-macro-future-proofing.md](text/0550-macro-future-proofing.md)
* [0587-fn-return-should-be-an-associated-type.md](text/0587-fn-return-should-be-an-associated-type.md)
## Table of Contents
[Table of Contents]: #table-of-contents

View File

@ -1,6 +1,6 @@
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR #: (leave this empty)
- Rust Issue #: (leave this empty)
- Start Date: 2015-01-22
- RFC PR: [rust-lang/rfcs#587](https://github.com/rust-lang/rfcs/pull/587)
- Rust Issue: [rust-lang/rust#21527](https://github.com/rust-lang/rust/issues/21527)
# Summary