add humor appendix; closes #163

This commit is contained in:
Mark Mansi 2019-06-26 10:58:05 -05:00 committed by Who? Me?!
parent 465a21de3c
commit c5f358d933
2 changed files with 15 additions and 0 deletions

View File

@ -99,6 +99,11 @@
[Appendix C: Glossary](./appendix/glossary.md)
[Appendix D: Code Index](./appendix/code-index.md)
[Appendix E: Bibliography](./appendix/bibliography.md)
[Appendix Z HumorRust](./appendix/humorust.md)
---
[](./important-links.md)
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md

10
src/appendix/humorust.md Normal file
View File

@ -0,0 +1,10 @@
# Humor in Rust
What's a project without a sense of humor? And frankly some of these are
enlightening?
- [Weird exprs test](https://github.com/rust-lang/rust/blob/master/src/test/run-pass/weird-exprs.rs)
- [Ferris Rap](http://fitzgeraldnick.com/2018/12/13/rust-raps.html)
- [The Genesis of Generic Germination](https://github.com/rust-lang/rust/pull/53645#issue-210543221)
- [The Bastion of the Turbofish test](https://github.com/rust-lang/rust/blob/79d8a0fcefa5134db2a94739b1d18daa01fc6e9f/src/test/ui/bastion-of-the-turbofish.rs)
- [Rust Koans](https://users.rust-lang.org/t/rust-koans/2408/4)