mirror of https://github.com/rust-lang/rfcs.git
RFC 587
This commit is contained in:
parent
c8cb39fbd0
commit
c55b770141
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue