Merge pull request #550 from rust-lang/newest-features

Add Newest Features appendix section. Fixes #478
This commit is contained in:
Steve Klabnik
2017-03-23 11:08:42 -04:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -112,3 +112,4 @@
- [D - Nightly Rust](appendix-04-nightly-rust.md)
- [E - Macros](appendix-05-macros.md)
- [F - Translations](appendix-06-translation.md)
- [G - Newest Features](appendix-07-newest-features.md)

View File

@@ -0,0 +1,4 @@
# Appendix G - Newest Features
This appendix documents features that have been added to stable Rust since the
main part of the book was completed.