mirror of https://github.com/rust-lang/rfcs.git
Path reform is RFC 474
This commit is contained in:
parent
8c4c87a3b2
commit
951ff1a58b
|
@ -58,6 +58,7 @@ the direction the language is evolving in.
|
|||
* [0453-macro-reform.md](text/0453-macro-reform.md)
|
||||
* [0459-disallow-shadowing.md](text/0459-disallow-shadowing.md)
|
||||
* [0463-future-proof-literal-suffixes.md](text/0463-future-proof-literal-suffixes.md)
|
||||
* [0474-path-reform.md](text/0474-path-reform.md)
|
||||
* [0490-dst-syntax.md](text/0490-dst-syntax.md)
|
||||
* [0509-collections-reform-part-2.md](text/0509-collections-reform-part-2.md)
|
||||
* [0520-new-array-repeat-syntax.md](text/0520-new-array-repeat-syntax.md)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- Start Date: 2014-11-12
|
||||
- RFC PR: (leave this empty)
|
||||
- Rust Issue: (leave this empty)
|
||||
- RFC PR: [rust-lang/rfcs#474](https://github.com/rust-lang/rfcs/pull/474)
|
||||
- Rust Issue: [rust-lang/rust#20034](https://github.com/rust-lang/rust/issues/20034)
|
||||
|
||||
# Summary
|
||||
|
Loading…
Reference in New Issue